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
models:
export * as ExtfieldModel from './extfield'; export * as Extfield2Model from './extfield2';
usage:
import { ExtfieldModel, Extfield2Model } from './models';
It report: ExtfieldModel not found in './models' eslint(import/named)
ExtfieldModel not found in './models' eslint(import/named)
The text was updated successfully, but these errors were encountered:
[Fix] named, namespace: properly set reexports on `export * as … …
named
namespace
3cc39fa
…from` Fixes import-js#1998. Fixes import-js#2161.
3ff4d77
Released in v2.24.1
Sorry, something went wrong.
Thanks for your hard work.
No branches or pull requests
models:
usage:
It report:
ExtfieldModel not found in './models' eslint(import/named)
The text was updated successfully, but these errors were encountered: