Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

fix: build exports #93

Merged
merged 1 commit into from
Mar 15, 2018
Merged

Conversation

Justkant
Copy link
Contributor

bump dev dependencies

We are back to v0.8.0 for react-popper.js
[email protected]
[email protected]
[email protected]

The problem was that export Manager from './Manger' is transformed differently than export { Default as Manager } from './Manager' by babel

bump dev dependencies
@Justkant Justkant mentioned this pull request Feb 22, 2018
@supergibbs
Copy link

Awesome thanks!

@supergibbs
Copy link

supergibbs commented Feb 26, 2018

Any update on merging this and cutting a release? @souporserious

export { default as Target } from './Target'
export { default as Popper } from './Popper'
export { default as Arrow } from './Arrow'
export Manager from './Manager'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lednhatkhanh
Copy link

When is the fix going to be released?

@FelixHenninger
Copy link

Thank you! 💛

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants