This repository was archived by the owner on Aug 4, 2026. It is now read-only.
‼️ ‼️ BREAKING CHANGE‼️ ‼️
redux-polymorphic now exports bindActionCreators instead of bindPolymorphicActionCreators.
before
import { bindPolymorphicActionCreators } from 'redux-polymorphic'
after
import { bindActionCreators } from 'redux-polymorphic'