question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@material/react-select css imports broken

See original GitHub issue
import '@material/react-list/dist/menu.css';
import '@material/react-menu-surface/dist/menu.css';
import '@material/react-menu/dist/menu.css';
import '@material/react-select/dist/select.css';

the first two imports are broken. *even after install react-list and react-menu

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

3reactions
cwermcommented, Aug 29, 2019

The README has the wrong import paths. It should be this -

import "@material/react-list/dist/list.css";
import "@material/react-menu-surface/dist/menu-surface.css";
import "@material/react-menu/dist/menu.css";
import "@material/react-select/dist/select.css";
0reactions
cwermcommented, Sep 17, 2019

@kintz09 Not sure, I haven’t used it with SASS/SCSS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

After updating React-Select: Module not found: Can't resolve ...
1 Answer 1 · i have done that and removed css imports, application was breaking, styling got upside down, · i think that...
Read more >
Invalid Hook Call Warning - React
There are three common reasons you might be seeing it: You might have mismatching versions of React and React DOM. You might be...
Read more >
react-select-material-ui | Yarn - Package Manager
A react SELECT component based on react-select and looking like a material-ui component ... react-select-material-ui Weekly downloads.
Read more >
Breaking changes in v5, part two: core components - Material UI
select -option to selectOption; remove-option to removeOption. Change the CSS rules that use [data-focus="true"] ...
Read more >
Using Material UI with React Hook Form - LogRocket Blog
We also have to take care of the reset functionality and validation ourselves. It will probably look something like this: import TextField from ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found