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 
   
![image](https://user-images.githubusercontent.com/51078686/192969065-d176c67f-d701-44c6-9df0-63dae641ff7a.png)
   
   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
   
![image](https://user-images.githubusercontent.com/51078686/192969259-c61e34ec-e369-4a64-8883-c7f574a60664.png)
   
   ### 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]

Reply via email to