Fork me on GitHub
#clojurescript
<
2019-03-02
>
Yehonathan Sharvit22:03:21

Is it safe nowadays to access a nested javacript property like this (.. e -target -value)? Will it be properly handled by advanced compilation?

mhuebert08:03:04

Not in my experience

mhuebert08:03:24

It’s also a nasty kind of advanced/runtime error because it shows up so late