Fork me on GitHub
#datascript
<
2016-11-02
>
jupl00:11:45

Not sure whether this belongs on rum or here, but before gathering details I wanted to check and see if this issue has been discussed before. I’m trying to do a server-side render of a rum component that relies on querying a DataScript instance. Client-side query works just fine but when trying to do a server-side render an exception is thrown on the query, specifically: java.lang.ClassCastException: datascript.lru.LRU cannot be cast to datascript.lru.LRU

Niki06:11:53

This has to do with REPL and its code reloading, @jupl

Niki06:11:09

Reload everything, or restart repl

jupl16:11:49

Yeah I think boot-http was being screwy and found a way around it. Good thing it wasn't DataScript related. Thanks @tonsky!