swordev / suid

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

Problem with Astro integration #276

Open geohuz opened 6 months ago

geohuz commented 6 months ago

Here is the reproducable linke on stackblitz: https://stackblitz.com/edit/github-vfwwej?file=astro.config.mjs,src%2Fpages%2Findex.astro,src%2Fcomponents%2Fsolid%2FPersistentDrawer.jsx,package.json

There are several problems:

  1. The icons and general looking of drawer are really not correct, although the Button is rendered correctly
  2. If change the Drawer variant to persistent then the page crash with error: Cannot set properties of undefined (setting 'visibility')
lighth7015 commented 5 months ago

For me, buttons don't get styled at all, until I go to save and force an HMR update lol