We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a4aa5 commit 7775032Copy full SHA for 7775032
js/src/pages/GetRestPosts.tsx
@@ -1,5 +1,5 @@
1
import { useMany } from '@/hooks'
2
-import { renderHTML } from '@/utils'
+import { renderHTML } from 'antd-toolkit'
3
import defaultImage from '@/assets/images/defaultImage.jpg'
4
import { TPost, TImage } from '@/types/wpRestApi'
5
package.json
@@ -1,7 +1,7 @@
{
"name": "wp-react-plugin",
"private": true,
- "version": "2.0.11",
+ "version": "2.0.12",
"type": "module",
6
"scripts": {
7
"bootstrap": "yarn install && composer install --no-interaction",
0 commit comments