Fork me on GitHub
#shadow-cljs
<
2021-09-20
>
p-himik08:09:05

Started experimenting with Material UI 5.0.0 because of https://clojurians.slack.com/archives/C0620C0C8/p1632106518085200 An obvious approach leads to errors like TypeError: _system.keyframes is not a function. The relevant file has var _system = require("@mui/system"); but _system itself is... 0. What would be the right way to fix it?

p-himik08:09:58

Oh, huh... Setting :output-feature-set :es5 works. But :output-feature-set :es6 doesn't.

p-himik21:09:19

Another user with what seems to be the same exact problem: https://clojurians.slack.com/archives/C03S1L9DN/p1632171762320700