swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
660 stars 47 forks source link

Drawer variant persistent? #275

Closed geohuz closed 7 months ago

geohuz commented 7 months ago

It looks like the persistent drawer is not implemented, get the error:

Cannot set properties of undefined (setting 'visibility')
aseerkt commented 7 months ago

Here is working codesandox where persistant drawer is implemented. And I am not able to find the error you are facing. https://stackblitz.com/edit/kj8ujx?file=src%2FApp.tsx

Can you provide us a reproduction @geohuz ?

geohuz commented 7 months ago

Sorry I was using solidjs inside Astro, the issue may related to Astro.