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
Don't dedupe Elements if they're in a non-default Context
If an element gets wrapped in a different server component then that has
a different keyPath context and the element might end up with a different
key.
So we don't use the deduping mechanism if we're already inside a
Server Component parent with a key or otherwise. Only the simple case
gets deduped.
The props of a client element are still deduped though if they're the
same instance.
0 commit comments