The problem is, that `core-editing.php` expects the `post `argument to be `param` But when using the form block, the name is `query`. **Solution**: Rename `query` to `param` 
The problem is, that
core-editing.phpexpects thepostargument to beparamBut when using the form block, the name is
query.Solution:
Rename
querytoparam