-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package not include the utils/react module mentioned in the README #60
Comments
hello @VarPDev. assuming you installed the package with
I suggest you install the release candidate ( if you're interested in the older version, follow its readme: https://github.com/kontent-ai/rich-text-resolver-js/tree/e6f3384cc5a046344042e1b247af95ebd6848285 |
in the documentation it says to use nodeParse for the SSR. With the old version it worked now instead with version 2.0.0-rc1 I think the library does not export it. here the example from documentation:
|
version 2.0.0 got rid of separate if your goal is to work with portable text, you can (and have to) omit
Readme of the main branch is up-to-date and explains the reworked usage. Update to TS rich text resolution guide in Kontent.ai documentation is under review. |
Brief bug description
The “utils/react” react module is not included in the package.
the documentation says to import the components for react this way:
Repro steps
npm i @kontent-ai/rich-text-resolver
go to node_modules/@kontent-ai/rich-text-resolver folder
see that the modules are missing
Screenshots
The text was updated successfully, but these errors were encountered: