Default property value in React component using TypeScript
I can’t figure out how to set default property values for my components using Typescript. This is the source code: class PageState { … Read more
I can’t figure out how to set default property values for my components using Typescript. This is the source code: class PageState { … Read more
I have looked around a bit for a solution to this problem. All of them suggest adding “jsx”: “react” to your tsconfig.json file. … Read more