Payload CMS plugin which provides a visual live editor directly in the Admin UI. Works for collections and globals. Compatible with any kind of JS/TS based frontend technology.
MIT License
209
stars
10
forks
source link
[Bugfix] Added react-i18next as peer dependency #17
When installing the new 0.1.1, I get the error "could not find module react-i18next".
This is because the package.json does not mark react-i18next as a peer dependency.
Context
When installing the new 0.1.1, I get the error "could not find module react-i18next". This is because the package.json does not mark
react-i18next
as a peer dependency.What has been done
react-i18next
as a peer dependency.