Jacob Gonzalez
Jacob Gonzalez
I have the similar problem with a Image, I just change the transformf from translateY: 0 to TranslateY: -100, then the image start to move with a one flicker.
any update?
Same issue here
MeltUI is growing so fast, I hope to see this component here too
Check this: https://github.com/strapi/strapi/issues/11957#issuecomment-1001102421 it works for me ``` module.exports = (plugin) => { const sanitizeOutput = (user) => { const { password, resetPasswordToken, confirmationToken, ...sanitizedUser } = user; // be...
Awesome work @WangLarry I'm using your component and looks very nice! love it
Same issue, unfortunaly I had to rename all `.` formats with the new name
Same issue, ```go type UIElement struct { Id string `json:"id"` UIElement []UIElement `json:"UIElement"` Title string `json:"title"` } // @name UIElement ``` the output is ```json { "internal_form_infrastructure_web_dto.UIElement": { "type": "object",...
This issue was introduced in the new version of swag@v2 https://github.com/swaggo/swag/releases/tag/v2.0.0-rc4 I was using the previous version v2.0.0-rc3, but after updating to v2.0.0-rc4, the issue reappeared.