Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
update with-redux-toolkit-typescript (vercel#26714)
Browse files Browse the repository at this point in the history
## Bug

- [X] Related issues linked using `fixes vercel#26713 `

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.

## Documentation / Examples

- [X] Make sure the linting passes

## Screenshots

After this small change the warning disappears.
![image](https://user-images.githubusercontent.com/47717492/123749377-fd56fb80-d8d2-11eb-8b70-dbb7f6f16050.png)
  • Loading branch information
sohamsshah authored Jun 29, 2021
1 parent 254b985 commit 0a3d77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/with-redux-toolkit-typescript/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
2 changes: 1 addition & 1 deletion examples/with-redux-toolkit-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"jest-css-modules-transform": "^4.2.0",
"ts-jest": "^26.0.0",
"ts-node": "^9.0.0",
"typescript": "4.2.3"
"typescript": "^4.3.4"
}
}

0 comments on commit 0a3d77d

Please sign in to comment.