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
Passes its props, unfiltered, to "react-native-svg"'s Path so that the props end up in the dom.
That triggers 3 super large warnings in the console on web based browsers.
One for "animate", "animationDuration", and "renderPlaceholder".
What is the problem?
It's super annoying that the following file:
https://github.com/JesperLekland/react-native-svg-charts/blob/dev/src/animated-path.js
Passes its props, unfiltered, to "react-native-svg"'s Path so that the props end up in the dom.
That triggers 3 super large warnings in the console on web based browsers.
One for "animate", "animationDuration", and "renderPlaceholder".
It's easy to fix, just do the following:
The text was updated successfully, but these errors were encountered: