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
Sema: Replace getAccessor() calls in SPI attribute checking
This call only succeeds if the accessor has already been synthesized, which
makes it fragile. Replace it with calls to supportsMutation(), or to
getOpaqueAccessor(), which lazily evaluate the right requests ahead of time.
0 commit comments