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
createElement(Fragment) permanently puts an entry into vnodesForComponent, which then never gets cleaned up. Further diffing becomes slower, as a hook will try to iterate all entries. The app gets slow.
The text was updated successfully, but these errors were encountered:
Hello.
createElement(Fragment)
permanently puts an entry intovnodesForComponent
, which then never gets cleaned up. Further diffing becomes slower, as a hook will try to iterate all entries. The app gets slow.The text was updated successfully, but these errors were encountered: