vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
675 stars 37 forks source link

Cause of simple exceptions are lost #61

Closed swannodette closed 4 years ago

swannodette commented 4 years ago

When trying bad forms like (first 1) we get a strange exception from React Native - obj is not an Object. (evaluating key in obj), this is also what's returned from the REPL.

swannodette commented 4 years ago

Upstream bug