Enqueue global actions is not receiving the parameters
I don't if what I am doing wrong here but I can't receive my parameters passed in the global action from an enqueue


4 Replies
There's also a bug report about it but i'm not sure if it's fixed on the global actions
You have to define whats in the object, you can’t just pass type: object
https://docs.gadget.dev/guides/actions/code#adding-parameters-to-actions
Ohhh that's why. I thought that's automatically handled. Thanks!
No worries