Skip to content
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

ob run -- Failing 'hydratation' tests for reflex-dom-core #18

Open
maridonkers opened this issue Dec 31, 2020 · 2 comments
Open

ob run -- Failing 'hydratation' tests for reflex-dom-core #18

maridonkers opened this issue Dec 31, 2020 · 2 comments

Comments

@maridonkers
Copy link

Running the project using ob-run doesn't work because of failing 'hydratation' tests in relfex-dom-core. (I'm using NixOS 20.09)

As a workaround I've disabled reflex-dom-core tests in the overrides section of default.nix, as follows:

 overrides = with pkgs.haskell.lib; (self: super: {
    entropy = self.callHackage "entropy" "0.4.1.3" {};
    scrypt = dontCheck super.scrypt;
    reflex-dom-core = dontCheck super.reflex-dom-core;
    reflex-dom-storage = (import ./dep/reflex-dom-storage) self super;

(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!

@maridonkers 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
@maridonkers
Copy link
Author

    brittany = dontCheck super.brittany;

@maridonkers
Copy link
Author

maridonkers commented Oct 25, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant