When use
import Plotly from 'plotly.js-dist';
get error -
Uncaught SyntaxError: The requested module '../node_modules/plotly.js-dist/plotly.js' does not provide an export named 'default'
When use
import * as Plotly from 'plotly.js-dist';
get error -
plotly.js:24965 Uncaught TypeError: Cannot read property 'document' of undefined
at plotly.js:24965
When use
import Plotly from 'plotly.js-dist';
get error -
Uncaught SyntaxError: The requested module '../node_modules/plotly.js-dist/plotly.js' does not provide an export named 'default'
When use
import * as Plotly from 'plotly.js-dist';
get error -
plotly.js:24965 Uncaught TypeError: Cannot read property 'document' of undefined
at plotly.js:24965