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
fix: cache native view resolution failures to prevent repeated logging
When requireNativeView throws, record the failure so subsequent calls
short-circuit and return null without retrying or re-logging. Previously
the module-level cache stayed undefined on failure, causing every render
to repeat the resolution attempt and emit duplicate console.error logs.
0 commit comments