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
Warning: Unknown props `parent`, `events` on <g> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
in g
in VictorySharedEvents (created by VictoryGroup)
in VictoryGroup (created by VictoryChart)
in g
in svg (created by VictoryContainer)
in VictoryContainer (created by VictoryChart)
in VictoryChart (created by MyOwnGraphComponent)
I think the simplest way would be to just check if the default element is being used (like the <g> in case of VictorySharedEvents set in defaultProps), and filter out all the superfluous props.
Here's the warning:
Do you know how I could filter these props?
The text was updated successfully, but these errors were encountered: