Fork me on GitHub
#shadow-cljs
<
2018-02-15
>
justinlee00:02:32

@thheller one weird thing about using symbols instead of strings: it doesn’t work for default imports. if you do something like [react-flip-move :default FlipMove] then when you actually use FlipMove it will (weirdly) throw an error saying react_flip_move is not defined

justinlee00:02:05

i only have 2 libraries with default imports but its the same for both

justinlee00:02:53

also: with protorepl, it works great, unless the evald code throws an error. then the buffer gets stuck forever and atom has to be restarted. there must be a different error channel