You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"messageText": "Props must be serializable for components in the "use client" entry file. "_arrowFunction" is a function that's not a Server Action. Rename "_arrowFunction" either to "action" or have its name end with "Action" e.g. "_arrowFunctionAction" to indicate it is a Server Action.",
96
-
"start": 116,
96
+
"start": 139,
97
97
},
98
98
{
99
99
"code": 71007,
100
-
"length": 23,
100
+
"length": 22,
101
101
"messageText": "Props must be serializable for components in the "use client" entry file. "_arrowFunctionTypeAlias" is a function that's not a Server Action. Rename "_arrowFunctionTypeAlias" either to "action" or have its name end with "Action" e.g. "_arrowFunctionTypeAliasAction" to indicate it is a Server Action.",
102
-
"start": 134,
102
+
"start": 177,
103
103
},
104
104
{
105
105
"code": 71007,
106
-
"length": 6,
106
+
"length": 5,
107
107
"messageText": "Props must be serializable for components in the "use client" entry file, "_class" is invalid.",
108
-
"start": 161,
108
+
"start": 210,
109
109
},
110
110
{
111
111
"code": 71007,
112
-
"length": 12,
112
+
"length": 14,
113
113
"messageText": "Props must be serializable for components in the "use client" entry file, "_constructor" is invalid.",
0 commit comments