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
When I am trying to set Type for my Schema field, I got following errors in my IDE:
Property 'optionalString' does not exist on type
Expected 0 arguments, but got 1.
But no errors is thrown with tsc command, and also the code works fine when the project is built.
So, I am asking why the { Type } would cause the ide throws errors?
Would be the node_modules folder's Typescript version doesn't match the Ide Typescript Version?
The text was updated successfully, but these errors were encountered:
When I am trying to set Type for my Schema field, I got following errors in my IDE:


Property 'optionalString' does not exist on type
Expected 0 arguments, but got 1.
But no errors is thrown with tsc command, and also the code works fine when the project is built.
So, I am asking why the { Type } would cause the ide throws errors?
Would be the node_modules folder's Typescript version doesn't match the Ide Typescript Version?
The text was updated successfully, but these errors were encountered: