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

Lesson 4 PropTypes: TimeoutOverflowWarning #141

Open
mattez opened this issue Aug 19, 2019 · 1 comment
Open

Lesson 4 PropTypes: TimeoutOverflowWarning #141

mattez opened this issue Aug 19, 2019 · 1 comment

Comments

@mattez
Copy link

mattez commented Aug 19, 2019

There is written:

After editing the index.jsx file, run your code with learnyoureact run program.js.

When I run it, I have some error TimeoutOverflowWarning. It looks like this:

$ learnyoureact run program.js
Express server is up on port 3000
(node:26965) TimeoutOverflowWarning: 4294967296000 does not fit into a 32-bit signed integer.
Timer duration was truncated to 2147483647.
...

Where is the problem? Any ideas?

Node: v10.15.0

  "dependencies": {
    "babel": "^5.8.23",
    "body-parser": "^1.19.0",
    "express": "^4.17.1",
    "express-react-views": "^0.9.0",
    "prop-types": "^15.7.2",
    "react": "^16.9.0",
    "react-dom": "^16.9.0"
  }
@neutraali
Copy link

Pretty much the same thing happens at the Isomorphic -exercise.

... Except that verify just flood the screen with something like:

(node:11374) TimeoutOverflowWarning: 4294967296000 does not fit into a 32-bit signed integer.
Timer duration was truncated to 2147483647.

... Until eventually crashing with:

✗ ?exercises.ISOMORPHIC.fail.connection || common.exercise.fail.connection || fail.connection?

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

2 participants