You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
Warning message about missing types. The types code are strip when transpile to javascript, but the exports are not.
WARNING in ./node_modules/@superset-ui/core/esm/index.js 1:178-260
"export 'RegistryConfig' was not found in './models/Registry'
@ ./node_modules/@superset-ui/color/esm/CategoricalColorScale.js
@ ./node_modules/@superset-ui/color/esm/CategoricalColorNamespace.js
@ ./node_modules/@superset-ui/color/esm/index.js
@ ./src/setup/setupColors.js
@ ./src/preamble.js
@ multi (webpack)-dev-server/client?http://localhost:9000 (webpack)/hot/dev-server.js babel-polyfill ./src/preamble.js
WARNING in ./node_modules/@superset-ui/core/esm/index.js 1:260-368
"export 'RegistryWithDefaultKeyConfig' was not found in './models/RegistryWithDefaultKey'
@ ./node_modules/@superset-ui/color/esm/CategoricalColorScale.js
@ ./node_modules/@superset-ui/color/esm/CategoricalColorNamespace.js
@ ./node_modules/@superset-ui/color/esm/index.js
@ ./src/setup/setupColors.js
@ ./src/preamble.js
@ multi (webpack)-dev-server/client?http://localhost:9000 (webpack)/hot/dev-server.js babel-polyfill ./src/preamble.js
WARNING in ./node_modules/@superset-ui/color/esm/index.js 1:459-542
"export 'SequentialSchemeConfig' was not found in './SequentialScheme'
@ ./src/setup/setupColors.js
@ ./src/preamble.js
@ multi (webpack)-dev-server/client?http://localhost:9000 (webpack)/hot/dev-server.js babel-polyfill ./src/preamble.js
WARNING in ./node_modules/@superset-ui/connection/esm/index.js 1:42-122
"export 'SupersetClientInterface' was not found in './SupersetClient'
@ ./src/setup/setupClient.js
@ ./src/preamble.js
@ multi (webpack)-dev-server/client?http://localhost:9000 (webpack)/hot/dev-server.js babel-polyfill ./src/preamble.js
Describe the bug
Warning message about missing types. The types code are strip when transpile to javascript, but the exports are not.
See more details of similar issues.
webpack/webpack#7378
To Reproduce
Use the
@superset-ui
packages (that was written in TypeScript) in another app.Expected behavior
Build successfully without warning.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: