MelikHajlawi opened a new issue, #40403:
URL: https://github.com/apache/superset/issues/40403
### Bug description
The README for the `@superset-ui/core` package contains a placeholder import
that was never replaced with real content:
```js
import { xxx } from '@superset-ui/core';
```
`xxx` is not a real export and will cause an import error for anyone
following
the documentation.
### Location
`superset-frontend/packages/superset-ui-core/README.md`
### Expected behavior
The README should show a real, working import example such as:
```js
import { getNumberFormatter, t } from '@superset-ui/core';
```
### Steps to reproduce
1. Read the README at `packages/superset-ui-core/README.md`
2. Try to use the import example as shown
3. Receive an import error because `xxx` does not exist
### Screenshots/recordings
_No response_
### Superset version
master / latest-dev
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]