keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.64k stars 2.21k forks source link

Can't past value in field. #4990

Open ProjectINT opened 4 years ago

ProjectINT commented 4 years ago

Expected behavior

When I type in the field or past value text appears in field.

Actual/Current behavior

The text does not appear in the input field. In console, I see next error: Uncaught TypeError: Cannot read property 'public_id' of null | componentWillUpdate http://localhost:3000/keystone/js/fields.js:8209

Steps to reproduce the actual/current behavior

It's happened with some documents, I don't know how to reproduce.

Environment

node v10.20.1, keystone "version": "4.2.1",

Software Version
Keystone 4.2.1
Node.js 10.20.1
Browser any
ProjectINT commented 4 years ago

Solved by rollback to version 4.1.0