-
### Description
This could be a Zag.js issue or the `styled` fn but using styled to wrap a `Select.Root` it return this error:
```test
TypeError: 'set' on proxy: trap returned truish for proper…
-
![start-screenshot](https://github.com/cschroeter/park-ui/assets/14971706/bd9a8c17-31f5-4580-b8bc-f2e78ffed15c)
Park Select component keeps running to this error. Base Ark Select component works ju…
-
### Description
Jest error with `styled-system` directory
- Nextjs, React, Typescript, Pandacss, Jest
- testing a component that has `import { css } from '@styled/css`
- renders corrects in de…
-
### Description
When I use the Box compoent with the `as` prop, it works fine and the generated html is correct.
but the types are complaing about the `as` does not exist on the types
I provide…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
Use any package manager to create a new qwik app, e.g. `npm create qwik@latest` and then check the `global.css`, we will see…
-
※ 個人的NOTE
## NOTE
- Auto Importsしたい。ただ、全てではなく任意のものだけで良い
=> Tree Shaking の観点で考えると全てのAuto Importsは必要ではない。
before
```ts
import { css } from 'styled-system/css';
```
after
```ts
ex…
-
Thank you so much for putting together all these examples, they've been incredibly helpful!
In the `with-import-map-package` example, isn't it problematic if i have two panda watch tasks running th…
-
### Description
When I used a named container `cq({ name: 'foo' })`, I expected to be able to set a style based on it like this
```tsx
css({
bg: {
base: 'cyan',
'@foo/sm': 'yellow'
}
}…
-
Sorry, this isn't an issue with the library, rather me displaying my ignorance! I noticed some of the ark-ui base components accept an `invalid: boolean` prop (from the docs: `"Whether the input's val…
-
### Description
From version 0.26.0 recipes and patterns are not correctly extracted by the JSX file parser when using TypeScript path mappings.
This is a regression in v0.26.0, v0.25.0 is working…