We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79531ad commit fe88952Copy full SHA for fe88952
1 file changed
README.md
@@ -74,7 +74,7 @@ import { InspectProps } from 'inspx';
74
const Inspect = React.lazy(() => import('inspx'));
75
76
export default function Loader(props: InspectProps) {
77
- if (process.env.NODE_ENV === 'development') {
+ if (process.env.NODE_ENV === 'production') {
78
return children;
79
}
80
return (
0 commit comments