ui-router / redux

UI-Router plugin for Redux integration
MIT License
12 stars 6 forks source link

Add support for react-redux 6 and onwards #10

Closed elboman closed 4 years ago

elboman commented 5 years ago

As per title, new React Redux uses the "new" context API, while this library was still using the old class-based (and now deprecated) API.

DamianOsipiuk commented 5 years ago

@elboman Tried to build it locally.

Error: webpack.optimize.UglifyJsPlugin has been removed, please use config.optimization.minimize instead.

You have to update your webpack config :wink:

DamianOsipiuk commented 5 years ago

@elboman Hey, any update on this?

DamianOsipiuk commented 5 years ago

@elboman Would be nice to use it without forking the package :wink:

DamianOsipiuk commented 4 years ago

@elboman I can provide updated webpack config if you are interested.