Open kaustavbhattacharjee opened 3 years ago
How are you importing it?
I am importing d3 this way:
import * as d3 from 'd3';
Not importing d3-lasso separately.
I tried importing like this in html code
It gived Uncaught (in promise) TypeError: d3.lasso is not a function
I am receiving this error statement:
Attempted import error: 'lasso' is not exported from 'd3' (imported as 'd3')
I have a react setup and have installed d3-lasso using npm like this:
npm install d3-lasso
What am I missing here?