addlistener

Results 45 comments of addlistener

I checked onRender={RenderNode} where RenderNode is called for every node each time we update a single prop. So i guess memoization could also be the issue? I mean fiber is...

props will be serialized. Try `info` https://github.com/prevwong/craft.js/pull/578 It's not documented well enough. I stumbled across it the other day.

Plus there are some warnings here because of the UI. A bit annoying lol

``` const {parentNodeId, idx} = props.getParentAndIdx(state, query); console.log({parentNodeId, idx}); const nodeTree = query.parseReactElement(el as ReactElement).toNodeTree(); // console.log('add to canvas'); actions.addNodeTree(nodeTree, parentNodeId, idx); setTimeout(() => { const nodeId = query.node(parentNodeId).descendants()[idx]!; actions.selectNode(nodeId);...

Sure but not at the moment. Still in some projects and feeling out of stamina. Something that can also be fixed is the lack of documentation of `info`. And I...

我也是,猜测是需要美国地址 还没解决。不过倒是不着急,有了收入再说

我其实觉得很奇怪。wyoming agents是不愿意做这个生意么。明明挺刚需的

currently if I do this in `sanitizeUrl` ``` export function sanitizeUrl(url: string): string { return url; // DIRECTLY return! .... } ``` The result will still be `https://` even if...

> To make it work I needed not only to modify install script (as per [#5831 (comment)](https://github.com/yarnpkg/berry/issues/5831#issuecomment-2364260390)) but also remove `ENABLE_EXPERIMENTAL_COREPACK` once enabled. Thank u for saving my poor ass....

It's the monaco editor's builtin keyboard. I manually hide it using css.