Autodesk-Forge / forge-dataviz-iot-reference-app

A sample application that demonstrates the functionality of the Forge Viewer Data Visualization extension
https://hyperion.autodesk.io/
MIT License
24 stars 23 forks source link

Add missing package `react-router` #7

Closed yiskang closed 2 years ago

yiskang commented 2 years ago

Need to lock the react-router version to 5.2.0 to resolve the Cannot resolve react-router package issue.

scottbentley commented 2 years ago

react-router isn't necessary, the error is in client/ReferenceApp.jsx where react-router is referenced, but this should be referencing react-router-dom instead