Johnny Bouder
Johnny Bouder
Not sure if this is related, but I was getting a similar error when trying to add a Switch, while also having the `@mui/x-data-grid` installed in the project. The only...
> > I see you have another mui-x package. Maybe it’s related? > > @jbouder I doubt it. > > This problem emerged as a regression in version `5.15.14` due...
@KonTheCat, how did you go about purging? Not sure where this "deleted" section is in this context
Not sure if its the same thing, but with the same configuration above, i'm seeing situations where the index directories are not always created. I also noticed when I try...
Yes a status update would be good. I haven’t been able to update for a while now because of this issue.
Any updates on this? Looks like this issue blames Jest...and Jest blames this library. ...or does anyone have a good workaround?
> It’s a jest problem at heart. Moving to ESM is the right move long-term, jest just doesn’t support it well yet. As a workaround you can add it to...
> [@jbouder](https://github.com/jbouder) if it's of any use to you, I deleted the workspace file and copied its contents into `vite.config.ts` as a Vitest project called 'storybook'. > > https://github.com/pkpdapp-team/pkpdapp/blob/9ef37b9c94fc9a0e7e9569b147acbbc0624c1311/frontend-v2/vite.config.ts#L81-L109 >...
One more update… I was able to get everything working within my vite.config, using projects here: https://github.com/MetroStar/comet/blob/09e3290f84e1ed7b12ce68d8b9acd693c43e4e60/vite.config.js The only nitpick is I can’t configure project level coverage specifics…realizing that’s not...
> React 19 is out, any update on this issue? I have the same error message with NextJS & React 19 app when using Recoil. +1 to this. Seems recoil...