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
Hi friends, I am getting this error when I try to incorporate this:
Failed to compile.
C:/.../node_modules/rn-material-ui-textfield/src/components/field/index.js 31:22Module parse failed: Unexpected token (31:22)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
| export default class TextField extends PureComponent {
> static defaultProps = {
| underlineColorAndroid: 'transparent',
| disableFullscreenUI: true,
Is it that I'm missing a dependency or something like that? I've tried looking at the file but I can't spot anything at all that could be causing it
The text was updated successfully, but these errors were encountered:
Hi friends, I am getting this error when I try to incorporate this:
Is it that I'm missing a dependency or something like that? I've tried looking at the file but I can't spot anything at all that could be causing it
The text was updated successfully, but these errors were encountered: