Closed andrew-welker closed 4 months ago
Due to the duplicate store declaration, there were 2 different methods of export for the store. Now using the export const for the store itself.
export const
Tested with an existing React app and there were no issues, and the duplicate store was removed.
:tada: This PR is included in version 1.13.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Due to the duplicate store declaration, there were 2 different methods of export for the store. Now using the
export const
for the store itself.Tested with an existing React app and there were no issues, and the duplicate store was removed.