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

Exported inputs with npx formkit export have incorrect import paths #854

Closed
DamianGlowala opened this issue Jul 28, 2023 · 0 comments
Closed
Labels
🐛 bug Verified bug by team 🚀 release-ready Feature or fix is complete and on an upcoming release branch

Comments

@DamianGlowala
Copy link
Contributor

Reproduction

n/a

Describe the bug

  1. Use npx formkit export for e.g. password input
  2. Observe how sections are imported from '../index' instead of '@formkit/inputs':
import {
  outer,
  inner,
  wrapper,
  label,
  help,
  messages,
  message,
  icon,
  prefix,
  suffix,
  textInput,
} from '../index'

Environment

n/a

@DamianGlowala DamianGlowala added ⛑ Needs triage The issue has not yet been examined by the FormKit team. 🐛 bug-report Bug is reported, but not verified by team labels Jul 28, 2023
@DamianGlowala DamianGlowala changed the title Exported input with npx formkit export have incorrect import paths Exported inputs with npx formkit export have incorrect import paths Jul 28, 2023
@fenilli fenilli added 🐛 bug Verified bug by team and removed 🐛 bug-report Bug is reported, but not verified by team labels Jul 28, 2023
@justin-schroeder justin-schroeder added 🚀 release-ready Feature or fix is complete and on an upcoming release branch and removed ⛑ Needs triage The issue has not yet been examined by the FormKit team. labels Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Verified bug by team 🚀 release-ready Feature or fix is complete and on an upcoming release branch
Projects
None yet
Development

No branches or pull requests

3 participants