Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

v1.2.0

Latest

Choose a tag to compare

@yesmeck yesmeck released this 31 May 08:21
· 1 commit to master since this release

‼️‼️BREAKING CHANGE‼️‼️

redux-polymorphic now exports bindActionCreators instead of bindPolymorphicActionCreators.

before

import { bindPolymorphicActionCreators } from 'redux-polymorphic'

after

import { bindActionCreators } from 'redux-polymorphic'