-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page loading issue #15
Comments
It seems like manually running |
[UPDATE If you look at view.cljs where posh! gets called in Datview if you add a So it looks like somewhere in the event loop posh's metadata gets clobbered which is what posh uses to make reactions work for queries. |
@metasoarous If you replace
in This works because posh doesn't handle idents properly when it calls |
For the record, we think this is a bug in posh. The updated version @mpdairy is working on should fix this. Crossing fingers... |
Bizarre issue where, sometimes, the page won't finish loading until you go back to the source file and save to force figwheel to update the page
The text was updated successfully, but these errors were encountered: