Closed phy-lei closed 9 months ago
weapp
import { View } from '@tarojs/components' import { createSignal } from 'solid-js' export default function Index() { const [obj] = createSignal({ styles: 'color: red' }) return ( <View {...obj()}>123</View> ) }
When i provide destructure reactivity props in tag, will render error
local.hasOwnProperty is not a function at h (.._src_h.ts:41) at createComponent (.._src_render.ts:57)
fix in 1.1.3
What platform are you using?
weapp
Describe the bug
When i provide destructure reactivity props in tag, will render error
Console Logs
Participation