takeramagan
takeramagan
in proxyTraps, set(target, property, value) { batch(() => setProperty(target, property, unwrap(value))); return true; }, if I remove the unwrap here, the bug is fixed. Will there be any other side...
@xehpuk @lxsmnsyc I don't know why, it seems that the ref to your custom Div component is called asynchronously. But the ref to div is called synchronously if you change...
It seems the html takes whatever you put into the dom. Should we use the standard html here? in you case, remove the attr, use html `inspect element` ?