Skip to content

Commit

Permalink
fix(react): fixes typescript override error in the render method of a…
Browse files Browse the repository at this point in the history
… generated app (#10069)
  • Loading branch information
guiseek committed Jun 2, 2022
1 parent a7e2d0c commit 0407d8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ import NxWelcome from "./nx-welcome";

<% if (classComponent) { %>
export class App extends Component {
render() {
override render() {
<% } else { %>
export function App() {
<% } %>
Expand Down

0 comments on commit 0407d8a

Please sign in to comment.