redux-react-session icon indicating copy to clipboard operation
redux-react-session copied to clipboard

Unexpected behavior when user data is too big

Open martinjaimem opened this issue 6 years ago • 0 comments

When the user data is too big, Cookies.set(_constants.USER_DATA, user, { expires: instance.expires })) fails silently, the proper error should be raised

martinjaimem avatar Jan 27 '20 17:01 martinjaimem