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
Using any primitive usually means wrapping the props object with more and more layers of proxies to keep the props dynamic. Considering that each spiltProps, mergeProps, combineProps and filterProps are creating those, the number of proxies may even reach 20 in some cases.
We need to figure out how to reduce that number while keeping the props dynamic.
The text was updated successfully, but these errors were encountered:
Using any primitive usually means wrapping the props object with more and more layers of proxies to keep the props dynamic. Considering that each
spiltProps
,mergeProps
,combineProps
andfilterProps
are creating those, the number of proxies may even reach 20 in some cases.We need to figure out how to reduce that number while keeping the props dynamic.
The text was updated successfully, but these errors were encountered: