mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Vendored
+1
-1
@@ -30,7 +30,7 @@
|
||||
function invariant(condition) {
|
||||
if (!condition) {
|
||||
var error = new Error(
|
||||
'Minified exception occured, use the non-minified dev environment for ' +
|
||||
'Minified exception occured; use the non-minified dev environment for ' +
|
||||
'the full error message and additional helpful warnings.'
|
||||
);
|
||||
error.framesToPop = 1;
|
||||
|
||||
Reference in New Issue
Block a user