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

[Bug] It cannot import useSplitter directly from @rtpackx/vue because useSplitter is overridden by another default export. #14

Open
rtpacks opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rtpacks
Copy link
Owner

rtpacks commented Aug 21, 2024

export default

export default function useSpliter(spliter = ":") {

overridden

export * from "./src/use-spliter/index";

@rtpacks rtpacks added the bug Something isn't working label Aug 21, 2024
@rtpacks rtpacks self-assigned this Aug 21, 2024
rtpacks added a commit that referenced this issue Aug 21, 2024
…on is that useSplitter is a default export, which was subsequently overridden by another default export. [Bug] It cannot import useSplitter directly from @rtpackx/vue because useSplitter is overridden by another default export. Closes #14
rtpacks added a commit that referenced this issue Aug 21, 2024
…to being overridden by another default export. Closes #14.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant