React template missing a couple of typings packages #723

Closed
opened 2025-08-09 17:17:25 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @phil-scott-78 on 5/25/2017

Resharper throws a couple of errors related to the hotloader and router components. Adding these definitions to packages.json seems to resolve things there. Versions don't line up though, but I'm not seeing any issues.

    "@types/react-hot-loader": "3.0.1",
    "@types/react-router-dom": "4.0.4",

Happy to submit a PR if this is the right direction to take.

*Originally created by @phil-scott-78 on 5/25/2017* Resharper throws a couple of errors related to the hotloader and router components. Adding these definitions to packages.json seems to resolve things there. Versions don't line up though, but I'm not seeing any issues. ``` "@types/react-hot-loader": "3.0.1", "@types/react-router-dom": "4.0.4", ``` Happy to submit a PR if this is the right direction to take.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#723
No description provided.