I am having error when I try to use defcomponent: TypeError: $jscomp.inherits is not a function
Ensure that you are emitting at least es6 code
emitting
ensure emit ecmascript 6
the problem is that i think i was even before. and i added it now manually to the config and it really doesn't change anything at all
I would much sooner believe that I am writing bad code than that I am emitting the wrong code.
Obviously, there is no way to know.
unless you ask the creator of the build tool you are using and they help... I had the config specified only for release, and for tests, not for development builds 🤦
https://gist.github.com/geraldodev/be8fb754019dc3e633b67dea5db6ff6c material-ui Autocomplete with helix
Didn't like Autocomplete, it allows -get-option-label and get-option-selected but the controlled value/onChange assumes a javascript object . That's not cljs friendly. Do you have a better suggestion ?