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
Switching between tabs in a form causes visible flashing.
Location
Browser
CLI
API
Steps to reproduce
Find any part of the dashboard that uses PorterForm (for example, expanded chart)
Quickly switch between tabs
Additional Details
This happens because when a form component is rendered for the first time, the form provides its state as null, which causes it to not render. A fix should put in placeholder components instead of not rendering anything.
The text was updated successfully, but these errors were encountered:
Description
Switching between tabs in a form causes visible flashing.
Location
Steps to reproduce
PorterForm
(for example, expanded chart)Additional Details
This happens because when a form component is rendered for the first time, the form provides its state as
null
, which causes it to not render. A fix should put in placeholder components instead of not rendering anything.The text was updated successfully, but these errors were encountered: