How do I fix Enum could not be converted into string when using export action?
I want to know how to format the state of the enum without the "could not be converted to string" error. Its the $state itself that is in type string throwing the error. Without the $state in the
->state(function ($state) {
function it works well.
^ I don't think this is relevant but here is the cast0 Replies