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
$ tsc && vite buildnode_modules/valtio/vanilla/utils/devtools.d.ts:1:63 - error TS2339: Property '__REDUX_DEVTOOLS_EXTENSION__' does not exist on type 'Window & typeof globalThis'.
This issue occurs with v1.10.6 (does not occur with v1.10.5)
I guess #713 causes this error and the root cause is the same as pmndrs/zustand#1205..
Summary
I got the following tsc error when using functions in
valtio/utils
.This issue occurs with
v1.10.6
(does not occur withv1.10.5
)I guess #713 causes this error and the root cause is the same as pmndrs/zustand#1205..
Link to reproduction
https://codesandbox.io/p/sandbox/modest-curran-ptlrl7
Check List
Please do not ask questions in issues.
Please include a minimal reproduction.
The text was updated successfully, but these errors were encountered: