Fork me on GitHub
#shadow-cljs
<
2021-10-24
>
ghaskins13:10:03

Hello…im trying to upgrade my app from @material-ui v4.x to @mui v5.x and getting an error that doesnt make sense to me

ghaskins13:10:26

A bunch of components throw this on start up

ghaskins13:10:02

Any hints appreciated

thheller13:10:44

@ghaskins set :js-options {:entry-keys ["module" "browser" "main"]} in your build config. I haven't entirely figured out what causes this error

ghaskins13:10:54

@thheller awesome, Ty. Will try shortly

ghaskins13:10:58

that worked perfectly, ty!