Closed rudolph9 closed 2 years ago
the entirety of the app is simply
import React from 'react';
import { TrafficMap } from "react-network-diagrams";
const App = () => {
return (<div>Hello Wrold</div>)
}
export default App;
I have the same issue, can you please merge the pull request ?
Deployed as part of v1.0.0 release
A dump from my chrome console.
Note, this is running in a next.js dev server. A tar of an app that throws the warning is attached here react-network-diagrams-bug-proptypes-warning-on-import.tar.gz