rkit / react-select2-wrapper

Wrapper for Select2
MIT License
163 stars 97 forks source link

Missing style while using react Loadable #85

Open afelipelc opened 6 years ago

afelipelc commented 6 years ago

I'm using Select2 in my ProfileForm component. When ProfileForm is loading with react-loadable like const ProfileForm = Loadable({ loader: () => import('containers/ProfileForm'), loading: MyLoadingComponent });

Select2 lose style image

My temporary solution has been copy the css file and import it into my app.js import './select2.min.css';