Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUX package: trying to import non-existent deprecated named export #11282

Closed
vindl opened this issue Oct 31, 2018 · 1 comment · Fixed by #11283
Closed

NUX package: trying to import non-existent deprecated named export #11282

vindl opened this issue Oct 31, 2018 · 1 comment · Fixed by #11283
Assignees
Labels
[Type] Bug An existing feature does not function as intended

Comments

@vindl
Copy link
Member

vindl commented Oct 31, 2018

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:

  1. Install latest version of @wordpress/editor package - this will pull in @wordpress/nux as a dependency.
  2. Try to build your standalone app with this or and render EditorProvider.
@vindl vindl added [Type] Bug An existing feature does not function as intended [Package] NUX labels Oct 31, 2018
@vindl vindl self-assigned this Oct 31, 2018
@vindl 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 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
@vindl
Copy link
Member Author

vindl commented Oct 31, 2018

/cc @ramonjd @youknowriad @gziolo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant