keystone
keystone copied to clipboard
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
Steps to reproduce
- Quick install keystone:
yarn create keystone-app
cd my-app
yarn dev
- Open admin ui, create a user
- select Users list
- select Posts list
- select Users again
Expected behavior
The UI loads without errors. Instead, on the JS console, I get this error:
node -v
v16.15.1
"dependencies": { "@keystone-6/auth": "^1.0.1", "@keystone-6/core": "^1.0.1", "@keystone-6/fields-document": "^1.0.1", "typescript": "^4.5.4" }
console log: localhost-1654241207258.log
There is another error when opening the signing view:
[localhost-1654241757689.log](https://github.com/keystonejs/keystone/files/8830454/localhost-1654241757689.log)
Thanks for flagging @jhohlfeld - also seeing this issue