We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
beeq/react
1.4.0
✘ [ERROR] Missing "./dist/components/bq-accordion.js" specifier in "@beeq/core" package [plugin vite:dep-pre-bundle]
node_modules/@beeq/react/src/components.js:5:57: 5 │ ...ineBqAccordion } from '@beeq/core/dist/components/bq-accordion.js'; ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This error came from the "onResolve" callback registered here:
node_modules/esbuild/lib/main.js:1293:20: 1293 │ let promise = setup({
Should not fail.
import './App.css' import { BqButton } from '@beeq/react' function App() { return <BqButton /> } export default App
No response
The text was updated successfully, but these errors were encountered:
Could this issue be related to the changes made in here #1059 ? 🤔
Sorry, something went wrong.
Yes, the issue is the "exports".
@beeq/core/dist/*
dgonzalezr
Successfully merging a pull request may close this issue.
BEEQ package
beeq/react
BEEQ version
1.4.0
Current Behavior
✘ [ERROR] Missing "./dist/components/bq-accordion.js" specifier in "@beeq/core" package [plugin vite:dep-pre-bundle]
This error came from the "onResolve" callback registered here:
Expected Behavior
Should not fail.
Steps to Reproduce
Code Reproduction URL
No response
Your Environment
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: