When I write it like this, I get a Invalid handler for event "search": got undefined error.
The actions object is an empty object and this error only occurs during server-side rendering.
š What have you tried?
If I destructure the actions object or wrap it in computed, the problem is solved, but I'm curious why I have to use it this way. Is it because of serialization? If so, could you share some documentation that I can refer to for understanding?
š What are you trying to do? Please describe. The following is the code I am using.
When I write it like this, I get a
Invalid handler for event "search": got undefined
error. The actions object is an empty object and this error only occurs during server-side rendering.š What have you tried? If I destructure the actions object or wrap it in computed, the problem is solved, but I'm curious why I have to use it this way. Is it because of serialization? If so, could you share some documentation that I can refer to for understanding?
ā¹ļø Additional context