Closed JamesWP closed 3 years ago
This import was causing a circular dependency since store imports blocklySlice
During the import process, we are not allowed to use any of the values exported from the modules in the import path.
:tada: This PR is included in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This import was causing a circular dependency since store imports blocklySlice
During the import process, we are not allowed to use any of the values exported from the modules in the import path.