keystone icon indicating copy to clipboard operation
keystone copied to clipboard

Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.

Open jhohlfeld opened this issue 3 years ago • 2 comments

Steps to reproduce

  1. Quick install keystone:
yarn create keystone-app
cd my-app
yarn dev
  1. Open admin ui, create a user
  2. select Users list
  3. select Posts list
  4. select Users again

Expected behavior

The UI loads without errors. Instead, on the JS console, I get this error:

Bildschirmfoto 2022-06-03 um 09 26 33

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

jhohlfeld avatar Jun 03 '22 07:06 jhohlfeld

There is another error when opening the signing view:

Bildschirmfoto 2022-06-03 um 09 35 45 Bildschirmfoto 2022-06-03 um 09 35 52 [localhost-1654241757689.log](https://github.com/keystonejs/keystone/files/8830454/localhost-1654241757689.log)

jhohlfeld avatar Jun 03 '22 07:06 jhohlfeld

Thanks for flagging @jhohlfeld - also seeing this issue

JoinThisBand avatar Jun 08 '22 21:06 JoinThisBand