Describe the bug
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'
It looks like this was introduced in #10317.
To Reproduce
Steps to reproduce the behavior:
- Install latest version of
@wordpress/editor package - this will pull in @wordpress/nux as a dependency.
- Try to build your standalone app with this or and render
EditorProvider.
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/editorpackage - this will pull in@wordpress/nuxas a dependency.EditorProvider.