cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.73k stars 75 forks source link

Select "'set' on proxy: trap returned truish for property 'items' which exists in the proxy target as a non-configurable and non-writable accessor property without a setter" #222

Closed philipbalbas closed 9 months ago

philipbalbas commented 9 months ago

start-screenshot

Park Select component keeps running to this error. Base Ark Select component works just fine. I'm using the following versions:

  "@ark-ui/solid": "^2.0.1",
  "@park-ui/tailwind-plugin": "^0.19.1",
cschroeter commented 9 months ago

@philipbalbas

Thanks for taking your time to report this issue. This could be because of two different version of the underlying proxy library. Could you provide me a CodeSandbox so I could dig deeper.

philipbalbas commented 9 months ago

@cschroeter here you go

asterikx commented 9 months ago

I'm also experiencing this issue for the Select component with the latest versions:

"@pandacss/dev": "^0.30.1",
"@park-ui/panda-preset": "^0.33.0",
"@ark-ui/solid": "^2.0.1",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.14",
cschroeter commented 9 months ago

Closing this in favour of https://github.com/chakra-ui/ark/issues/2151