StephenGrider / mfe

51 stars 57 forks source link

Error on react 18 #6

Closed farshidmk closed 2 years ago

farshidmk commented 2 years ago

I have been using react 18 on the project and received this error. Uncaught TypeError: Cannot read properties of null (reading 'useContext')

Any recomendations on how to fix this problem.

farshidmk commented 2 years ago

Use createRoot instead of ReactDOM and fixed