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
I get some type errors after updating my project dependencies.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(94,100): error TS2344: Type 'TArguments' does not satisfy the constraint 'HistoryOptions'.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(94,137): error TS2344: Type 'TArguments' does not satisfy the constraint 'HistoryOptions'.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(96,95): error TS2344: Type 'TArguments' does not satisfy the constraint 'HistoryOptions'.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(96,132): error TS2344: Type 'TArguments & QueryOptions' does not satisfy the constraint 'HistoryOptions'.
Property 'queryKey' is missing in type 'TArguments & QueryOptions'.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(98,96): error TS2344: Type 'TArguments' does not satisfy the constraint 'HistoryOptions'.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(98,133): error TS2344: Type 'TArguments & BasenameOptions' does not satisfy the constraint 'HistoryOptions'.
Property 'queryKey' is missing in type 'TArguments & BasenameOptions'.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(828,101): error TS2344: Type 'TArguments' does not satisfy the constraint 'HistoryOptions'.
ERROR in /typings/browser/definitions/react-router/index.d.ts
(828,138): error TS2344: Type 'TArguments' does not satisfy the constraint 'HistoryOptions'.
Hi,
I get some type errors after updating my project dependencies.
[email protected]
[email protected]
and my
typings.json
looks like thisWhat can I do?
The text was updated successfully, but these errors were encountered: