You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2023. It is now read-only.
I see there's a joint verse feature for usfm-editor editor and works well in create-react boilerplate. But that's not happening in nextJs based application. Just getting the following prop warning on the console when we click on a verse number.
react_devtools_backend.js:2560 Warning: Failed prop type: The prop `icon` is marked as required in `JoinWithPreviousVerseButton`, but its value is `undefined`.
at JoinWithPreviousVerseButton (http://localhost:3000/_next/static/chunks/pages/index.js?ts=1624422465897:8531:26)
at VerseJoinUnjoinSubmenu (http://localhost:3000/_next/static/chunks/pages/index.js?ts=1624422465897:7757:5)
at ul
react_devtools_backend.js:2560 Warning: Failed prop type: The prop `text` is marked as required in `JoinWithPreviousVerseButton`, but its value is `undefined`.
at JoinWithPreviousVerseButton (http://localhost:3000/_next/static/chunks/pages/index.js?ts=1624422465897:8531:26)
at VerseJoinUnjoinSubmenu (http://localhost:3000/_next/static/chunks/pages/index.js?ts=1624422465897:7757:5)
at ul