Hi, I am having a problem in my wordpress because of the mb-revision package, I am getting this error.
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function MB_Revision::copy_fields_to_revision(), 1 passed in /var/www/html/wp-includes/class-wp-hook.php on line 308 and exactly 2 expected in /var/www/html/wp-content/plugins/MY-PLUGIN/vendor/meta-box/mb-revision/revision.php:47
This is my composer.json
"require": {
"aws/aws-sdk-php": "3.238.6",
"wpackagist-plugin/meta-box": "5.7.5",
"wpackagist-plugin/mb-rest-api": "1.5.1",
"meta-box/mb-revision": "dev-master",
"meta-box/mb-settings-page": "dev-master",
"meta-box/meta-box-conditional-logic": "dev-master",
"meta-box/meta-box-group": "dev-master".
},