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
In #782 we updated the schema to prevent people from adding additional data to app context. However when I look at the type
definitions they seem to allow for additional properties still with [key: string]: any.
Should we remove this from the type definitions?
I'm very much new to TypeScript types so I'm not sure.
In #782 we updated the schema to prevent people from adding additional data to app context. However when I look at the type
definitions they seem to allow for additional properties still with
[key: string]: any
.Should we remove this from the type definitions?
I'm very much new to TypeScript types so I'm not sure.
The text was updated successfully, but these errors were encountered: