helix

https://github.com/Lokeh/helix
Aron 2020-11-20T02:17:10.181200Z

I am having error when I try to use defcomponent: TypeError: $jscomp.inherits is not a function

lilactown 2020-11-20T03:23:51.181900Z

Ensure that you are emitting at least es6 code

Aron 2020-11-20T08:24:17.182400Z

emitting

Aron 2020-11-20T08:24:49.183Z

ensure emit ecmascript 6

Aron 2020-11-20T08:42:14.183800Z

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

Aron 2020-11-20T08:55:26.184300Z

I would much sooner believe that I am writing bad code than that I am emitting the wrong code.

Aron 2020-11-20T08:55:39.184600Z

Obviously, there is no way to know.

Aron 2020-11-20T10:30:09.185800Z

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 🤦

2020-11-20T17:48:58.186900Z

https://gist.github.com/geraldodev/be8fb754019dc3e633b67dea5db6ff6c material-ui Autocomplete with helix

🚀 1
2020-11-20T18:39:25.190400Z

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 ?