Skip to content

Lesson 4 PropTypes: TimeoutOverflowWarning #141

@mattez

Description

@mattez

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"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions