Fork me on GitHub
#kaocha
<
2022-06-07
>
cjohansen05:06:00

I get this with kaocha-cljs:

Identifier 'htmlDomApi' has already been declared
Is this a known error? Maybe config related?

plexus06:06:52

I've never seen that before...

cjohansen06:06:16

Hmm, ok. I initially guessed maybe htmlDomApi had something to do with nodejs/DOM shim, but I just realized that it probably comes from a JS dependency I have. So then the problem is likely that it is being loaded twice somehow. Ok, I’ll have a look at it.