Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invariant Violation: Minified React error #152; #4128

Closed
sboshuis opened this issue Sep 25, 2020 · 1 comment · Fixed by #4129
Closed

Invariant Violation: Minified React error #152; #4128

sboshuis opened this issue Sep 25, 2020 · 1 comment · Fixed by #4129

Comments

@sboshuis
Copy link

Found this when upgrading multiple DNN's to 9.7.2 but then found out that this is allready there at least since 9.4.4
We have not found any functional problems so probably nothing big but here it is.

If you open console and you have to preserve log to see it.
Then go to server in the personabar and click clear cache

There it is.

VM37 export-bundle.js:90 Invariant Violation: Minified React error #152; visit https://reactjs.org/docs/error-decoder.html?invariant=152&args[]=t for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://SOMEDOMAIN/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=304:90:423
....

@bdukes
Copy link
Contributor

bdukes commented Sep 25, 2020

From the React error decoder:

t(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.

bdukes added a commit to bdukes/Dnn.Platform that referenced this issue Sep 25, 2020
david-poindexter pushed a commit that referenced this issue Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants