liqula / react-hs

A GHCJS binding to React based on the Flux design. The flux design pushes state and complicated logic out of the view, allowing the rendering functions and event handlers to be pure Haskell functions.
32 stars 10 forks source link

runtime error "invalid tag" #75

Closed fisx closed 6 years ago

fisx commented 7 years ago
:9090/frontend.js:8236 Uncaught Error: Invalid tag: Ø<
    at invariant (dbfe68997a92fabdc77c.bundle.js:760)
    at validateDangerousTag (dbfe68997a92fabdc77c.bundle.js:43079)
    at new ReactDOMComponent (dbfe68997a92fabdc77c.bundle.js:43106)
    at Object.createInternalComponent (dbfe68997a92fabdc77c.bundle.js:22345)
    at instantiateReactComponent (dbfe68997a92fabdc77c.bundle.js:23524)
    at instantiateChild (dbfe68997a92fabdc77c.bundle.js:41565)
    at dbfe68997a92fabdc77c.bundle.js:41592
    at traverseAllChildrenImpl (dbfe68997a92fabdc77c.bundle.js:23769)
    at traverseAllChildrenImpl (dbfe68997a92fabdc77c.bundle.js:23785)
    at traverseAllChildren (dbfe68997a92fabdc77c.bundle.js:23864)

i don't know what a "tag" is. i cannot reproduce this. i have no hard evidence, but i suspect react-hs.

tysonzero commented 6 years ago

Any updates on this?

fisx commented 6 years ago

nope. have you made any relevant observations? if not feel free to close if it's in your way.

tysonzero commented 6 years ago

I haven't seen it myself, I guess I will just close it and if we ever see something similar again we will reopen it?