Tried to get this package to run today, but I am running into problems. E.g.
"Declaration of Pdmfc\\NovaFields\\ActionButton::hide($callback) must be compatible with Laravel\\Nova\\Fields\\Field::hide()"
As one can see, Field::hide doesn't take any parameters, while ActionButton::hide accepts a callback.
Commenting out the hide function in ActionButton.php at least renders the page, but then other errors show up.
Is this because I'm using Nova 4, or am I missing something?