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
refactor(bridge): replace MeshStatePatch type assertion with type guard
Add isMeshStatePatch() that validates the object shape and checks the
type discriminator against known literal values, replacing the sole
production eslint-disable for consistent-type-assertions.
0 commit comments