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
I'm trying to build a hello-world app with reflex-dom. The build keeps dying with the error message mentioned in the title.
Also,
The build gets a little further (compiles/registers a few more libraries) every time.
The "bad argument" changes from one big number to another.
Here's two examples. The first is verbose, and with some older version of stack. The second is not verbose, and run with master as of this very moment. (Version 1.0.1, Git revision c4d36d888f01b9467c4cfbe612461e126330677a (dirty) (3075 commits) x86_64)
Interesting, thanks for the report! Still building that version of GHCJS, so I haven't tested your repro. I have pushed a probable fix, though. Does it resolve the issue for you?
Success! I had to unregister data-default-class, but after doing so stack build ran successfully and my hello-world app ran correctly in the browser. Thanks!
I'm trying to build a hello-world app with reflex-dom. The build keeps dying with the error message mentioned in the title.
Also,
Here's two examples. The first is verbose, and with some older version of stack. The second is not verbose, and run with master as of this very moment. (
Version 1.0.1, Git revision c4d36d888f01b9467c4cfbe612461e126330677a (dirty) (3075 commits) x86_64
)Repro could take a long time because of all the upfront building that has to happen, but here are the steps:
A conflating factor could be:
This is probably unrelated, but I find it strange that I see this message at the beginning of every run:
The text was updated successfully, but these errors were encountered: