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
I haven't got this error but I think since the new 3.7.0 release this is poping up.
exportconstSET_STRING='SET_STRING';/** * sets the string, if none is passed, it will default to the below string. * @param theString * @return {{type: string, theString: string}} */exportfunctionsetString(theString: string='the default string'){return{type: SET_STRING,
theString
};}
This seems a pretty regular redux action no? What I'm doing wrong?