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
WARNING in .//ajv/lib/async.js
Module not found: Error: Cannot resolve module 'regenerator' in C:\Users\rickm\Documents\Google Drive\Projects\NodeJS\rfx-stack\node_modules\ajv\lib
@ .//ajv/lib/async.js 95:20-47
WARNING in .//ajv/lib/async.js
Module not found: Error: Cannot resolve module 'nodent' in C:\Users\rickm\Documents\Google Drive\Projects\NodeJS\rfx-stack\node_modules\ajv\lib
@ .//ajv/lib/async.js 116:26-48
WARNING in .//ajv/lib/compile/index.js
Module not found: Error: Cannot resolve module 'js-beautify' in C:\Users\rickm\Documents\Google Drive\Projects\NodeJS\rfx-stack\node_modules\ajv\lib\compile
@ .//ajv/lib/compile/index.js 8:42-69
Warning: Unknown prop onTouchTap on
tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
in div (created by Overlay)
in Overlay (created by Drawer)
in div (created by Drawer)
in Drawer (created by AppNav)
in AppNav (created by AppLayout)
in div
in MatchMediaProvider (created by AppLayout)
in AppLayout (created by RouterContext)
in RouterContext
in ContextProvider
in MuiThemeProvider
The text was updated successfully, but these errors were encountered:
Hi, to remove the ajv warning you can add to your webpack config this plugin: new webpack.IgnorePlugin(/regenerator|nodent|js\-beautify/, /ajv/).
More info here: ajv-validator/ajv#117
The Unknown prop onTouchTap warning is caused by a recent react update, it will be fixed by the official material-ui repo. More info here: mui/material-ui#4670
The warning in the UI Store is caused by the use of console.warn, you can remove it if it's annoying.
Hello, I got the following client warnings
WARNING in ./src/shared/stores/ui.js
C:\Users\rickm\Documents\Google Drive\Projects\NodeJS\rfx-stack\src\shared\stores\ui.js
87:14 warning Unexpected console statement no-console
✖ 1 problem (0 errors, 1 warning)
WARNING in ./
/ajv/lib/async.js/ajv/lib/async.js 95:20-47Module not found: Error: Cannot resolve module 'regenerator' in C:\Users\rickm\Documents\Google Drive\Projects\NodeJS\rfx-stack\node_modules\ajv\lib
@ ./
WARNING in ./
/ajv/lib/async.js/ajv/lib/async.js 116:26-48Module not found: Error: Cannot resolve module 'nodent' in C:\Users\rickm\Documents\Google Drive\Projects\NodeJS\rfx-stack\node_modules\ajv\lib
@ ./
WARNING in ./
/ajv/lib/compile/index.js/ajv/lib/compile/index.js 8:42-69Module not found: Error: Cannot resolve module 'js-beautify' in C:\Users\rickm\Documents\Google Drive\Projects\NodeJS\rfx-stack\node_modules\ajv\lib\compile
@ ./
Warning: Unknown prop
onTouchTap
onin div (created by Overlay)
in Overlay (created by Drawer)
in div (created by Drawer)
in Drawer (created by AppNav)
in AppNav (created by AppLayout)
in div
in MatchMediaProvider (created by AppLayout)
in AppLayout (created by RouterContext)
in RouterContext
in ContextProvider
in MuiThemeProvider
The text was updated successfully, but these errors were encountered: