You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bundling material-ui using babel-loader, this deprecation error appears:
ERROR in ./~/material-ui/lib/js/input.js
Module build failed: SyntaxError: /Users/Spencer/.../node_modules/material-ui/lib/js/input.js: Line 1: The @jsx React.DOM pragma has been deprecated as of React 0.12
> 1 | /** @jsx React.DOM */
| ^
2 |
3 | var React = require('react');
4 | var Classable = require('./mixins/classable');
at File.errorWithNode (/Users/Spencer/.../node_modules/babel-core/lib/babel/transformation/file.js:361:13)
at TraversalPath.exports.Program (/Users/Spencer/.../node_modules/babel-core/lib/babel/transformation/transformers/other/react.js:17:20)
at TraversalPath.call (/Users/Spencer/.../node_modules/babel-core/lib/babel/traversal/path.js:115:24)
at TraversalPath.visit (/Users/Spencer/.../node_modules/babel-core/lib/babel/traversal/path.js:136:8)
at TraversalContext.visitNode (/Users/Spencer/.../node_modules/babel-core/lib/babel/traversal/context.js:24:20)
at TraversalContext.visit (/Users/Spencer/.../node_modules/babel-core/lib/babel/traversal/context.js:32:17)
at Function.traverse.node (/Users/Spencer/.../node_modules/babel-core/lib/babel/traversal/index.js:38:17)
at traverse (/Users/Spencer/.../node_modules/babel-core/lib/babel/traversal/index.js:28:14)
at Scope.traverse (/Users/Spencer/.../node_modules/babel-core/lib/babel/traversal/scope.js:47:3)
at TransformerPass.transform (/Users/Spencer/.../node_modules/babel-core/lib/babel/transformation/transformer-pass.js:62:14)
at /Users/Spencer/.../node_modules/babel-core/lib/babel/transformation/file.js:405:10
@ ./~/material-ui/lib/index.js 17:9-30
The text was updated successfully, but these errors were encountered:
When bundling material-ui using babel-loader, this deprecation error appears:
The text was updated successfully, but these errors were encountered: