guidone / lets-form

A JSON form generator for React with Material UI / AntDesign / Bootstrap / RSuite / Mantine
https://letsform.dev
MIT License
103 stars 4 forks source link

LetsForm from Mantine not working #19

Closed ghana7989 closed 4 months ago

ghana7989 commented 5 months ago

devbox link : https://codesandbox.io/p/devbox/wpvsry?file=%2Fsrc%2Findex.js%3A14%2C33 run the above devbox to see the error.

guidone commented 5 months ago

Cannot see the devbox, can you share the form with this?

image
guidone commented 5 months ago

And also sometimes CodeSandbox is a little flaky on loading external modules, try hitting reload few times if the first fails

ghana7989 commented 5 months ago

@guidone sorry for that, here is the updated link - https://codesandbox.io/p/devbox/wpvsry?file=%2Fsrc%2Findex.js%3A14%2C33

guidone commented 4 months ago

Now Mantine exposes bundles in UMD and ESM, now the CRA "getting started" works both in Codesandbox and exporting to CRA.

In the next few days also other libraries will expose EMS bundle.