You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest package version of npm packages the following error can be observed:
WARNING in ./node_modules/@wordpress/nux/build-module/components/dot-tip/index.js 61:4-14
"export 'deprecated' was not found in '@wordpress/deprecated'
vindl
changed the title
Nux package: trying to import non-existent deprecated
Nux package: trying to import non-existent deprecated named export
Oct 31, 2018
vindl
changed the title
Nux package: trying to import non-existent deprecated named export
NUX package: trying to import non-existent deprecated named export
Oct 31, 2018
Describe the bug
When using the latest package version of npm packages the following error can be observed:
It looks like this was introduced in #10317.
To Reproduce
Steps to reproduce the behavior:
@wordpress/editor
package - this will pull in@wordpress/nux
as a dependency.EditorProvider
.The text was updated successfully, but these errors were encountered: