Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/lib/util/pragma.js
rd565449 r0c6b92a 63 63 64 64 if (!JS_IDENTIFIER_REGEX.test(pragma)) { 65 throw new Error(`React pragma ${pragma} is not a valid identifier`); 65 console.warn(`React pragma ${pragma} is not a valid identifier`); 66 return 'React'; 66 67 } 67 68 return pragma;
Note:
See TracChangeset
for help on using the changeset viewer.