docs: use React 18 UMD for CodePen demos (#56466)

This commit is contained in:
Vara Rahul Rajana
2026-01-04 20:23:27 +05:30
committed by GitHub
parent 8ec34d6204
commit d353c2949c

View File

@@ -127,8 +127,8 @@ const Actions: React.FC<ActionsProps> = ({
editors: '001',
css: '',
js_external: [
'react@19/cjs/react.development.js',
'react-dom@19/cjs/react-dom.development.js',
'react@18/umd/react.production.min.js',
'react-dom@18/umd/react-dom.production.min.js',
'dayjs@1/dayjs.min.js',
`antd@${pkg.version}/dist/antd-with-locales.min.js`,
`@ant-design/icons/dist/index.umd.js`,