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 don’t know TypeScript enough to figure out how to fix this.
Any idea?
The text was updated successfully, but these errors were encountered:
bfontaine
changed the title
TS2353: Object literal may only specify known properties, and 'percentage' does not exist in type 'PayloadDefault'.
TS2353: Object literal may only specify known properties, and '<field>' does not exist in type 'PayloadDefault'.
Dec 22, 2023
Hello, I use the latest version (2.4.2) and with TypeScript I get the above error when I use placeholders with
t.get
:I don’t have the issue with
$t
, but the above code is in a.ts
file so per the docs I must uset.get
.#69 looks similar, but it was fixed.
I don’t know TypeScript enough to figure out how to fix this.
Any idea?
The text was updated successfully, but these errors were encountered: