P. Mark Anderson
P. Mark Anderson
Looking forward to this being released ;)
Just pull all the code into your project until it's released. On Friday, April 15, 2016, Dawid van der Hoven [email protected] wrote: > Really need this fix for a production...
This works for me: 1. Clone the repo 2. Build it (npm run build) 3. Copy lib/ into my project as a subfolder named redux-async-connect 4. Import redux-async-connect with a...
Can you confirm that you ran "npm run build" from the redux-async-connect folder itself? Running your project's build script will not honor the .babelrc file in the redux-async-connect folder.
OK now I see what's going on: - The __proto__ error will appear when using hot module reload (for development only) in IE because of how react-proxy is implemented. -...
Do you think that something else is using react-proxy?
Did you start with react-redux-universal-hot-example?
I wish I could help more, but I can confirm that the problem was resolved for me when I added those transforms and tested IE without HMR.