universal-react-redux-starter-kit icon indicating copy to clipboard operation
universal-react-redux-starter-kit copied to clipboard

Integrating material-UI

Open bnlambert opened this issue 8 years ago • 0 comments

The initiative is a good one. For some reasons I can not figure out, material ui components and style does not affect my page.

The console shows

ncaught (in promise) TypeError: Request scheme 'chrome-extension' is unsupported at 80235ae9f69d4d5feb32.serviceworker.js:sourcemap:618 at

in chrome browser

and the following warnings:

'lowPriorityWarning.js:38 Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs printWarning @ lowPriorityWarning.js:38 lowPriorityWarning @ lowPriorityWarning.js:57 get @ React.js:98 exports.__esModule @ InternalPropTypes.js:9 webpack_require @ bootstrap 58f5b7cea424d55762e7:587 fn @ bootstrap 58f5b7cea424d55762e7:111 exports.__esModule @ PropTypes.js:12 webpack_require @ bootstrap 58f5b7cea424d55762e7:587 fn @ bootstrap 58f5b7cea424d55762e7:111 exports.__esModule @ index.js:15 webpack_require @ bootstrap 58f5b7cea424d55762e7:587 fn @ bootstrap 58f5b7cea424d55762e7:111 (anonymous) @ bootstrap 58f5b7cea424d55762e7:633 webpack_require @ bootstrap 58f5b7cea424d55762e7:587 (anonymous) @ bootstrap 58f5b7cea424d55762e7:633 (anonymous) @ bootstrap 58f5b7cea424d55762e7:633

lowPriorityWarning.js:38 Warning: Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class v15.* is available on npm as a temporary, drop-in replacement. For more info see https://fb.me/react-create-class'

I am using material ui 0.19.14 and react 15.*

See the result

material-ui-issue

In firefox I have the following errors

Unknown property ‘mui-prepared’. Declaration dropped. localhost:3000 Unknown property ‘mui-prepared’. Declaration dropped. localhost:3000 Unknown property ‘mui-prepared’. Declaration dropped.

bnlambert avatar Oct 24 '17 22:10 bnlambert