lirannh opened a new issue, #21640: URL: https://github.com/apache/superset/issues/21640
A clear and concise description of what the bug is. #### How to reproduce the bug 1. npm install --save @superset-ui/embedded-sdk 1. Go to node_modules/@superset-ui/embedded-sdk/dist/index.d.ts 2. see the UiConfigType have old version of type  3. on the source repo we have newer version of type https://github.com/apache/superset/blob/master/superset-embedded-sdk/src/index.ts#L36  ### Expected results the code of the package should be the same as the source of the repository updated. what you expected to happen. npm install --save @superset-ui/embedded-sdk will give us the most updated version of the package. Thank you -- 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]
