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
add million.js. it solves better reconciliation (diffing vnode), while React Forget solves auto memoization (ex: useMemo, useCallback, memo).
When I try to use automatic mode in v2.6.0-beta.16, my tests breaks because it renders <slots /> replacing some of optimized components. Hopefully after migrating vitest to playwright, we can try this again.
The text was updated successfully, but these errors were encountered:
add
million.js
. it solves better reconciliation (diffing vnode), while React Forget solves auto memoization (ex:useMemo
,useCallback
,memo
).The text was updated successfully, but these errors were encountered: