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
When rendering the chart I get all kinds of errors like the following:
Warning: Received `false` for a non-boolean attribute `animate`.
If you want to write it to the DOM, pass a string instead: animate="false" or animate={value.toString()}.
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Warning: React does not recognize the `animationDuration` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `animationduration` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: React does not recognize the `renderPlaceholder` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `renderplaceholder` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
When does it happen?
This happens on web when rendering the following component:
Bump, I also have this issue using the library with react-native-web. From what I've seen on another post (software-mansion/react-native-svg#1484), it seems that some properties are passed down but they shouldn't. @ricohumme did you find a fix for this?
What is the problem?
When rendering the chart I get all kinds of errors like the following:
When does it happen?
This happens on web when rendering the following component:
chartData
being an array of numbers andfill
being a hex color value.What platform?
This error is seen on web, I didn't get this on my Android simulator nor on iPhone.
react-native version:
0.63
react-native-svg-charts version:
5.4.0
react-native-svg version:
12.1.1
Code to reproduce
This snack shows the code I use, however in the console I can't see the errors I get in my browser console. which seems weird to me.
-->
The text was updated successfully, but these errors were encountered: