Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noxify/t3-turbo-next-intl-repro
https://github.com/noxify/t3-turbo-next-intl-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noxify/t3-turbo-next-intl-repro
- Owner: noxify
- Created: 2024-11-14T20:47:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:09:40.000Z (about 2 months ago)
- Last Synced: 2024-12-01T09:16:07.777Z (about 1 month ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# t3-turbo repro w/ next-intl
> Note: We're using `[email protected]` and `[email protected]` ( via nvm )
1. clone the repo
2. run `pnpm i`
3. Open the project in VSCode
4.a. Run `pnpm typecheck`
4.b. Alternatively, open the file `apps/frontend/src/components/client-component.tsx`The result from `pnpm typecheck` is something like this:
```
│ src/components/client-component.tsx:10:13 - error TS2345: Argument of type 'string' is not assigna
│ ble to parameter of type 'never'.
│
│ 10{t("client_text")}
│ ~~~~~~~~~~~~~
```VSC shows the following/same error:
```
Argument of type 'string' is not assignable to parameter of type 'never'.ts(2345)
⚠ Error (TS2345) |
Argument of type
is not assignable to parameter of type
.
```