I'm trying to add initial value to map, but the type is missing in type script, and also react shows Invariant Violation error.
error:
Unhandled Runtime Error
Invariant Violation: Minified React error #188; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=188 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Call Stack
p
node_modules/react-svg-map/lib/index.js (9:297)
findDOMNode
node_modules/react-svg-map/lib/index.js (9:88932)
value
node_modules/react-svg-map/lib/index.js (1:5955)
commitLifeCycles
node_modules/react-dom/cjs/react-dom.development.js (20663:0)
commitLayoutEffects
node_modules/react-dom/cjs/react-dom.development.js (23426:0)
I'm trying to add initial value to map, but the type is missing in type script, and also react shows Invariant Violation error. error: