Closed bowheart closed 1 year ago
internalTypes is too generic a name. Rename it to zeduxTypes for easy, instant, guaranteed 25% better recognizability.
internalTypes
zeduxTypes
This is a breaking change. The @zedux/core package no longer exports anything called internalTypes. Import and use zeduxTypes instead:
@zedux/core
- import { internalTypes } from '@zedux/react' + import { zeduxTypes } from '@zedux/react'
Description
internalTypes
is too generic a name. Rename it tozeduxTypes
for easy, instant, guaranteed 25% better recognizability.Breaking Change
This is a breaking change. The
@zedux/core
package no longer exports anything calledinternalTypes
. Import and usezeduxTypes
instead: