gzoreslav / react-redux-saga-universal-application

React universal application with server-side rendering with data fetching
MIT License
47 stars 8 forks source link

React Selectize not working #24

Closed ajeetvarma closed 6 years ago

ajeetvarma commented 6 years ago

I have a requirement of react-selectize. I follow its documentation but unfortunately there is some type following errors coming as below ..

Element ref was specified as a string (select) but no owner was set. You may have multiple copies of React loaded.

While when i used in different package (latest create-react-app) it is working fine . Please give me some help so that i can resolve my issue ..

Thanks a lot ..

gzoreslav commented 6 years ago

It is because I moved react-redux-saga-server-side-render-helper to separate package. You may not to use this package and just copy sources from https://github.com/gzoreslav/react-redux-saga-server-side-render-helper/tree/master/src directly to your sources.

I will do it in new versions

ajeetvarma commented 6 years ago

Thanks a lot @gzoreslav . It works . and also free of https://github.com/gzoreslav/react-redux-saga-server-side-render-helper. Hope new versions come soon ...

:+1: