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
Wherever I use victory chat with `containerComponent` and a `vitoryLegend` child, with Nextjs 15+, the following error is thrown:
`Cannot read properties of undefined (reading 'props')`
When `containerComponent` or `victoryLegend` is removed from the example, the error is not thrown
Steps to reproduce
1. Go to sandbox
2. Erro is thrown rightaway
Expected behavior
Its expected that the use os containerComponents do not affect the use of legends, as the zoom is for the contents of the graph, and not the graph itself.