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
  • Loading branch information
guiseek committed Apr 29, 2022
1 parent bef8240 commit 5dc8728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 5dc8728

Please sign in to comment.