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
I am encountering an issue when I render a Toggle component. I am unable to update the state of the component when I pass in new properties to the Toggle component.
I can toggle-on a Toggle component, and it will remain on even though I am passing new properties to the Toggle component.
For example, I can toggle on here
When I re-render the Toggle component with new properties, I would expect the component to be toggled off. Yet i get this:
The text was updated successfully, but these errors were encountered:
I am encountering an issue when I render a Toggle component. I am unable to update the state of the component when I pass in new properties to the Toggle component.
I can toggle-on a Toggle component, and it will remain
on
even though I am passing new properties to the Toggle component.For example, I can toggle on here
When I re-render the Toggle component with new properties, I would expect the component to be toggled off. Yet i get this:
The text was updated successfully, but these errors were encountered: