weknowinc / react-bubble-chart-d3

React Bubble Chart using D3
MIT License
57 stars 57 forks source link

error NS_ERROR_FAILURE on Firefox #16

Closed sonnguyent1 closed 5 years ago

sonnguyent1 commented 6 years ago

stack trace shows the error is from the code line:

var width = self.node().getBBox().width;

PotLid commented 5 years ago

Just checked with latest version of package, error mentioned above is not occurring in Firefox 66.0.3 (64-bit) version. Please update your browser or re-install the package. Thanks. Please close this issue.

enzolutions commented 5 years ago

@sonnguyent1 could you follow the instructions, please. To see if we could close this issue.

KenEucker commented 5 years ago

@sonnguyent1 and @enzolutions

I'm experiencing this issue with firefox latest and am certain that it has to do with this package.

UPDATE:

I discovered that my modifications caused this error and had to do with applying display: none; rules to nodes in the built SVG. So not exactly an issue that this package presents, but related to working with this package.