@storyblok/react 4.3.3 → 4.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -554,7 +554,7 @@ import { useStoryblokRichText, convertAttributesInElement } from '@storyblok/rea
|
|
|
554
554
|
import Codeblock from './Codeblock';
|
|
555
555
|
|
|
556
556
|
function App() {
|
|
557
|
-
const { render } =
|
|
557
|
+
const { render } = useStoryblokRichText({
|
|
558
558
|
// options like resolvers
|
|
559
559
|
});
|
|
560
560
|
|
|
@@ -569,7 +569,7 @@ function App() {
|
|
|
569
569
|
}
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
For
|
|
572
|
+
For a comprehensive list of options you can provide to the `useStoryblokRichText`, please consult the [Full options](https://github.com/storyblok/richtext?tab=readme-ov-file#options) documentation.
|
|
573
573
|
|
|
574
574
|
### Overriding the default resolvers
|
|
575
575
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"packageManager": "pnpm@9.15.1",
|
|
7
7
|
"description": "SDK to integrate Storyblok into your project using React.",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"react-dom": "^17 || ^18 || ^19"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@storyblok/js": "3.2.
|
|
61
|
+
"@storyblok/js": "3.2.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@babel/core": "^7.26.0",
|