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
The example provided does not work out of the box with my typescript/webpack setup. My guess is that is is because react-dropdown/style.css is resolved to the d.ts file in the package file, so it is never processed by css-loader. My solution is to place an explicit style loader import like this:
The example provided does not work out of the box with my typescript/webpack setup. My guess is that is is because react-dropdown/style.css is resolved to the d.ts file in the package file, so it is never processed by css-loader. My solution is to place an explicit style loader import like this:
The example provided does not work out of the box with my typescript/webpack setup. My guess is that is is because react-dropdown/style.css is resolved to the d.ts file in the package file, so it is never processed by css-loader. My solution is to place an explicit style loader import like this:
You might want to mention this in the documentation. If there is a better way, then mention that.
The text was updated successfully, but these errors were encountered: