Closed rejochandran closed 2 years ago
Totals | |
---|---|
Change from base Build 2157020623: | 0.0% |
Covered Lines: | 249 |
Relevant Lines: | 249 |
@rejochandran nice one!! 💯 Really needed, the first thing I do after creating a new project with this template is update react hehe
@Can-Sahin considere it 👍
@rejochandran I think you also can change the tsconfig.json file, in the CompilerOptions the "jsx" field with :
"jsx": "react-jsx",
Regards,
@rejochandran I think you also can change the tsconfig.json file, in the CompilerOptions the "jsx" field with :
"jsx": "react-jsx",
Regards,
@Markkos89, this is already in place: https://github.com/react-boilerplate/react-boilerplate-cra-template/blob/dc7a46381b6fc6614580a4c4c6269d9fb75cba95/tsconfig.json#L18
Did you refer to any other reference?
@rejochandran I think you also can change the tsconfig.json file, in the CompilerOptions the "jsx" field with :
"jsx": "react-jsx",
Regards,@Markkos89, this is already in place:
Did you refer to any other reference?
you are right, apologies, and thanks for the PR !
React version bump to 18.1.0 For https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/168
Changes:
Bump React version to 18.1.0 Update render methods Updated testing methods