You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(The line added is the reflex-dom-core = dontCheck super.reflex-dom-core;)
Now ob run works and the app loads in the browser and I can browse this very nice example!
The text was updated successfully, but these errors were encountered:
maridonkers
changed the title
ob run -- Failing 'hydration' tests for reflex-dom-core
ob run -- Failing 'hydratation' tests for reflex-dom-core
Dec 31, 2020
Ong Yi Ren has made this excellent fork (october 2021), with a commit named: Update code to be compiled under latest version of obelisk, which has apparently brought the code up to date with the latest version of Obelisk. Note: the workaround for the Failing 'hydratation' tests for reflex-dom-core still applies (at least when using ob run under NixOS it does).
Running the project using
ob-run
doesn't work because of failing 'hydratation' tests inrelfex-dom-core
. (I'm using NixOS 20.09)As a workaround I've disabled
reflex-dom-core
tests in the overrides section ofdefault.nix
, as follows:(The line added is the
reflex-dom-core = dontCheck super.reflex-dom-core;
)Now
ob run
works and the app loads in the browser and I can browse this very nice example!The text was updated successfully, but these errors were encountered: