Material-UI DataGrid component

Hello, even though the Material-UI is imported in my app, I can't seem to use the <DataGrid /> component. Any idea why? Thanks.

Hey @Filip, newer versions of component libraries like material UI usually require a more recent version of React. I would suggest replacing our Retool hosted React Library

with a newer version of React

<script src="https://unpkg.com/react@17/umd/react.development.js" crossorigin></script>


<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js" crossorigin></script>

in your <DataGrid /> custom react component. I hope that helps :slightly_smiling_face: