flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

Error: Cannot write (on export) #30

Closed piotr-yuxuan closed 7 years ago

piotr-yuxuan commented 7 years ago

Sorry for this rather scarce error report, I don't know where to gather further data.

When I click on "export" button I get this error

screen shot 2017-02-21 at 00 42 54

I've tried on Firefox 53.0a2 (2017-02-02) (64-bit) and Chrome Version 58.0.3011.0 (Official Build) canary (64-bit). I use [re-frisk "0.3.2"], [re-frame "0.9.1"], [org.clojure/clojurescript "1.9.293"] and (ifneedsbe) [org.clojure/clojure "1.8.0"].

My platform is:

$ uname -a # (macOS)
Darwin … 16.3.0 Darwin Kernel Version 16.3.0
flexsurfer commented 7 years ago

hi Пëтр, it seems you have data in you app-db which cannot be mapped https://github.com/cognitect/transit-cljs#default-type-mapping

flexsurfer commented 7 years ago

fixed in 0.4.4

piotr-yuxuan commented 7 years ago

Really fixed? wow it's amazing!