Fix unexpected behaviour for @wordpress/is-shallow-equal
package.
#8048
Labels
[Package] is-shallow-equal
/packages/is-shallow-equal
[Type] Bug
An existing feature does not function as intended
Describe the bug
The docs for this package describe being able to import two specific exports for
is-shallow-equal
:You can import a specific implementation if you already know the types of values you are working with:
However, with the latest release of the package this no longer works. When building using webpack, the build fails with:
To Reproduce
I've created a repository with some simple code to demonstrate what happens.
The text was updated successfully, but these errors were encountered: