Fork me on GitHub
#helix
<
2020-11-20
>
Aron02:11:10

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

lilactown03:11:51

Ensure that you are emitting at least es6 code

Aron08:11:17

emitting

Aron08:11:49

ensure emit ecmascript 6

Aron08:11:14

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

Aron08:11:26

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

Aron08:11:39

Obviously, there is no way to know.

Aron10:11:09

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 facepalm

geraldodev18:11:25

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 ?