在scroll-view中使用@ray-js/components-ty-lamp出现bug

小程序开发相关产品技术讨论,包括面板、智能小程序、React Native、Ray跨端框架、Panel SDK、微信小程序、小程序开发工具(IDE)及其他开发技术相关等话题


Post Reply
MwM-Mai
Posts: 134

在scroll-view中使用@ray-js/components-ty-lamp出现bug

Attachments
39a22551dc39f9124b7947b88ef60c2.png

Tags:
muhai
Posts: 63

Re: 在scroll-view中使用@ray-js/components-ty-lamp出现bug

是不是条件渲染?条件渲染是会出现这种情况,可以用display none和block切换实现条件渲染

MwM-Mai
Posts: 134

Re: 在scroll-view中使用@ray-js/components-ty-lamp出现bug

muhai 2024年 May 15日 10:48

是不是条件渲染?条件渲染是会出现这种情况,可以用display none和block切换实现条件渲染

不是条件渲染,
"@ray-js/components-ty-lamp": "1.10.7",
"@ray-js/ray": "1.4.19",

智能小程序开发者
Posts: 200

Re: 在scroll-view中使用@ray-js/components-ty-lamp出现bug

请提供最小可复现demo

crisiron
Posts: 79

Re: 在scroll-view中使用@ray-js/components-ty-lamp出现bug

yarn add --registry=https://registry.npmjs.org/ @ray-js/components-ty-lamp@1.10.8-beta-1 使用这个版本试试

MwM-Mai
Posts: 134

Re: 在scroll-view中使用@ray-js/components-ty-lamp出现bug

crisiron 2024年 May 15日 15:15

yarn add --registry=https://registry.npmjs.org/ @ray-js/components-ty-lamp@1.10.8-beta-1 使用这个版本试试

这个测试版本可以了,正式版修复后可以通知我升级一下依赖包吗

Post Reply