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
The context prop for each component in components is optional, even though it will always exist when context is defined on the Virtuoso element. We should replace context?: Context with context: Context in the interfaces.ts module.
The text was updated successfully, but these errors were encountered:
The
context
prop for each component incomponents
is optional, even though it will always exist whencontext
is defined on the Virtuoso element. We should replacecontext?: Context
withcontext: Context
in theinterfaces.ts
module.The text was updated successfully, but these errors were encountered: