GuillaumeCisco / redux-sagas-injector

Helper for loading sagas asynchronously using redux
MIT License
69 stars 7 forks source link

Redux >= 6.0 example not working. #6

Closed Verikon closed 5 years ago

Verikon commented 5 years ago

Thanks for this library, I've found great use with it.

On a new project that's using redux 6.0 and can't seem to get the example provided working: Uncaught TypeError: Class constructor WithInjectedReducers cannot be invoked without 'new'

That seems to make sense to me as the withInjectedReducer decorator does export a class definition.

Verikon commented 5 years ago

closed - error in my code.

GuillaumeCisco commented 5 years ago

Thank you :+1