We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8c844 commit bc2d269Copy full SHA for bc2d269
1 file changed
packages/create-react-admin/src/cli.tsx
@@ -17,7 +17,5 @@ const cli = meow(
17
if (cli.flags.h) {
18
cli.showHelp();
19
} else {
20
- render(<App name={cli.input.length > 0 ? cli.input[0] : 'my-admin'} />, {
21
- debug: true,
22
- });
+ render(<App name={cli.input.length > 0 ? cli.input[0] : 'my-admin'} />);
23
}
0 commit comments