Skip to content

Commit

Permalink
fix: Give the generated class a name
Browse files Browse the repository at this point in the history
So it shows nicely in the DevTools.
  • Loading branch information
franky47 committed Apr 5, 2020
1 parent cf66dff commit 85ed65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function createChakraNextApp(
Providers: React.Fragment
}
) {
return class extends App {
return class ChakraNextApp extends App {
render() {
const { Component, pageProps } = this.props
return (
Expand Down

0 comments on commit 85ed65a

Please sign in to comment.