pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

πŸ›[BUG] pro-layout ζŠ₯θ­¦ε‘Š findDOMNode is deprecated and will be removed in the next major release.

Open rongxingsun opened this issue 6 months ago β€’ 1 comments

ActionsContent.js

children: /#PURE/_jsx(ResizeObserver, { onResize: function onResize(_ref3) { var width = _ref3.width; setRightSizeDebounceFn.run(width); }, children: contentRender ? /#PURE/_jsx("div", { style: { display: 'flex', alignItems: 'center', height: '100%', justifyContent: 'flex-end' }, children: contentRender(_objectSpread(_objectSpread({}, props), {}, { // 桋试专用 //@ts-ignore rightContentSize: rightSize })) })

pageHeader/index.js

return wrapSSR( /#PURE/_jsx(ResizeObserver, { onResize: onResize, children: /#PURE/_jsxs("div", { className: className, style: style, children: [breadcrumbDom, title, childDom, footerDom] }) }));

rongxingsun avatar Aug 29 '24 04:08 rongxingsun