bito-code-review[bot] commented on PR #43690: URL: https://github.com/apache/superset/pull/43690#issuecomment-5465256517
<!-- Bito Reply --> The flagged issue is correct. The documentation in `docs/developer_docs/extensions/components/index.mdx` was updated to point to the new `src/components/` path, but the instructions for adding and exporting components still referenced the obsolete `src/ui/components/` path. I have updated the documentation to consistently reference the current path. **docs/developer_docs/extensions/components/index.mdx** ``` Components in `@apache-superset/core/components` are automatically documented here. To add a new extension component: 1. Add the component to `superset-frontend/packages/superset-core/src/components/` 2. Export it from `superset-frontend/packages/superset-core/src/components/index.ts` 3. Create a Storybook story with an `Interactive` export: ``` -- 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]
