Skip to content

Commit

Permalink
fix(types): mitigate devtools typing (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 22, 2023
1 parent 5f37b80 commit 0d5d69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanilla/utils/devtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const DEVTOOLS = Symbol()
type Config = Parameters<
(Window extends { __REDUX_DEVTOOLS_EXTENSION__?: infer T }
? T
: any)['connect']
: { connect: (param: any) => any })['connect']
>[0]

type Options = {
Expand Down

1 comment on commit 0d5d69d

@vercel
Copy link

@vercel vercel bot commented on 0d5d69d Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

valtio – ./

valtio-pmndrs.vercel.app
valtio.vercel.app
valtio-git-main-pmndrs.vercel.app
valtio.pmnd.rs

Please sign in to comment.