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

Creating a product for the first time causes a WSOD #8

Closed
mikemurray opened this issue Oct 17, 2019 · 0 comments · Fixed by #89
Closed

Creating a product for the first time causes a WSOD #8

mikemurray opened this issue Oct 17, 2019 · 0 comments · Fixed by #89
Labels
bug For issues that describe a defect or regression in the released software

Comments

@mikemurray
Copy link
Member

When you create the very first product, the screen goes blank with the following error. Creating new products after the first seems so work and redirects properly.

modules.js?hash=18e0b842355f8b7906bbcb7408e9debedcb1e996:197789 Uncaught Invariant Violation: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
    at invariant (http://localhost:4040/packages/modules.js?hash=18e0b842355f8b7906bbcb7408e9debedcb1e996:197789:15)
    at scheduleWork (http://localhost:4040/packages/modules.js?hash=18e0b842355f8b7906bbcb7408e9debedcb1e996:217650:5)
    at Object.enqueueSetState (http://localhost:4040/packages/modules.js?hash=18e0b842355f8b7906bbcb7408e9debedcb1e996:208903:5)
    at Container.Component.setState (http://localhost:4040/packages/modules.js?hash=18e0b842355f8b7906bbcb7408e9debedcb1e996:85067:16)
    at onData (http://localhost:4040/app/app.js?hash=5ab00d4f644d9660e24d266af12ab8bd123e560d:33320:16)
    at composer (http://localhost:4040/app/app.js?hash=5ab00d4f644d9660e24d266af12ab8bd123e560d:64919:3)
    at http://localhost:4040/app/app.js?hash=5ab00d4f644d9660e24d266af12ab8bd123e560d:33459:24
    at Computation._compute (http://localhost:4040/packages/tracker.js?hash=a9bdf2f732520305683f894b4b4d4d49d90cbe05:332:38)
    at new Computation (http://localhost:4040/packages/tracker.js?hash=a9bdf2f732520305683f894b4b4d4d49d90cbe05:229:12)
    at Object.Tracker.autorun (http://localhost:4040/packages/tracker.js?hash=a9bdf2f732520305683f894b4b4d4d49d90cbe05:602:11)
@mikemurray mikemurray added the bug For issues that describe a defect or regression in the released software label Oct 18, 2019
aldeed added a commit that referenced this issue Nov 22, 2019
fixes #8

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For issues that describe a defect or regression in the released software
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant