Using React components ?
Hello, I was wondering if it was possible to use react components in the BETH stack?
For example I would like to use the Autocomplete from "material-ui", do I have to make it from scratch?
As BETH stack is using JSX but not React, it seems I have this kind of errors: Type 'Element' is not assignable to type 'ReactNode'
Thanks in advance
3 Replies