Same for me.
Those lines makes my post admin page buggy.
I couldn’t update new posts because wordpress didn’t retrieve the proper id.
Try to comment those lines 1061 to 1064 in wp-page-widgets.php
$postID = $_GET[‘post’];
if (is_admin()) {
$post->ID = $postID;
}
It fixed the problem for me.