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

Breaks cljs :default clauses #158

Closed
kanwei opened this issue Nov 18, 2024 · 1 comment
Closed

Breaks cljs :default clauses #158

kanwei opened this issue Nov 18, 2024 · 1 comment
Labels
bug Something isn't working namespace related to ns form parsing or printing v1 blocker Required for a v1.0.0 release

Comments

@kanwei
Copy link

kanwei commented Nov 18, 2024

12       ["react-dropzone" :default Dropzone]
13       ["react-select" :default Select]
14       ["react-select/creatable" :default CreatableSelect]

turns into

   ["react-select"]
   ["react-select/creatable"]
   [CreatableSelect]
   [Dropzone]
   [Select]
@oakmac oakmac added bug Something isn't working namespace related to ns form parsing or printing v1 blocker Required for a v1.0.0 release labels Nov 18, 2024
@oakmac
Copy link
Owner

oakmac commented Nov 18, 2024

Thank you for the report! This is fixed with PR-60 and is available with v0.15.0 (just published).

@oakmac oakmac closed this as completed Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working namespace related to ns form parsing or printing v1 blocker Required for a v1.0.0 release
Projects
None yet
Development

No branches or pull requests

2 participants