You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to figure out how to use this in my React app. I've got D3 imported without problems, but can't figure out how to import/load the generated JS files with my component.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
I haven't used React. I'd be interested to hear if you still have problems with the newly-released version, 2.0.0. If so, post a link to a repo demonstrating the problem, and I'll take a look.
The only change that needs to be made to get it working proper under polymer is to edit node_modules/d3-flextree/src/flextree.js after the ’npm install'
Eliminate the import of version from package.json and hardcode the version number for flextree.version to “2.1.1”
Trying to figure out how to use this in my React app. I've got D3 imported without problems, but can't figure out how to import/load the generated JS files with my component.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: