LukasDeco

Results 24 comments of LukasDeco

I came here just for this!

I have a very similar issue in a nextjs app. But I am just using npm, not yarn. Here is the recoil stack trace: ``` Error: Invalid hook call. Hooks...

I am having an issue like this.

I am also interested in using MUI v5 with this library. I am happy to help resolve errors/anything to help with the effort. 🐎

@fhammerschmidt not sure if something isn't right in my local setup (WSL Ubuntu 20.04.4 LTS). But the rescript-material-ui-lab package wouldn't build with many errors about Mui.Any: ``` We've found a...

@fhammerschmidt disregard earlier comment. Is there an example of adding the hard-coded schema for one of the components like Box? I see Box.res and many other components under `tools/binding-generator/src/fixed-modules/` but...

I did see what was added to IGNORED_COMPONENTS and that's what you posted @illusionalsagacity. Did you have a chance to look at it? Would my efforts be best spent working...

@illusionalsagacity were you able to work on it recently or any guidance for me on what part would be better to work on?

@fhammerschmidt thanks for all your hard work on this. I just had a question. What's your recommendation for a css-in-rescript solution that allows injecting the theme provided by MUI? Like...

@fhammerschmidt these are the quick bindings I did for my purpose: ``` @module("@mui/system") external styledElement: string => {..} => React.component = "styled" @module("@mui/system") external styledElementWithTheme: string => (Mui.Theme.t => {..})...