near / chain-deployed-ui

0 stars 0 forks source link

Add lib example #23

Open pavelisnear opened 3 weeks ago

pavelisnear commented 3 weeks ago

This PR introduces an example of the react app using a few MUI components

mpeterdev commented 2 weeks ago

I am getting a blank screen and the following error in the browser console when running pnpm run dev

TypeError: createTheme_default is not a function
pavelisnear commented 2 weeks ago

I am getting a blank screen and the following error in the browser console when running pnpm run dev

TypeError: createTheme_default is not a function

I've faced this issue too and resolved it by running pnpm run dev --force, but it's something that should be handled on the app level, so I'll find some other workaround on the app level. Thanks for pointing this out, let me resolve it with the next update to this PR.