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
I am trying to test my component that uses react-plotly.js, but I encountered an error: window.URL.createObjectURL is not a function. To address this, I followed the tips mentioned in the here. However, after implementing those suggestions, I am still facing an error: TypeError: Cannot read properties of undefined (reading 'colors.#fff').
How can I resolve this issue?
The text was updated successfully, but these errors were encountered:
I am trying to test my component that uses
react-plotly.js
, but I encountered an error:window.URL.createObjectURL is not a function
. To address this, I followed the tips mentioned in the here. However, after implementing those suggestions, I am still facing an error:TypeError: Cannot read properties of undefined (reading 'colors.#fff')
.How can I resolve this issue?
The text was updated successfully, but these errors were encountered: