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
Given the following component, my application crashes, when the color theme is changed (e.g. dark mode => light mode)
I can solve the bug by removing <LineChart.Path color={theme['color-primary-500']} />. Notice that removing the color={theme[color-primary-500]} doesn't fix the error.
Given the following component, my application crashes, when the color theme is changed (e.g. dark mode => light mode)
I can solve the bug by removing
<LineChart.Path color={theme['color-primary-500']} />
. Notice that removing thecolor={theme[color-primary-500]}
doesn't fix the error.Any suggestions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: