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 am getting this error when using the Documented approach for setting a cookie
Exception'-[NSException localizedDescription]: unrecognized selector sent to instance 0x600002440180'wasthrownwhileinvokingsetontargetRNCookieManagerIOSwithparams("http://example.com",{domain="some domain";expires="2015-05-30T12:30:00.00-05:00";name=myCookie;path="/";value=myValue;version=1;},0,4372,4373)
After a process of elimination, it is the domain field that causes this error. it would be good to have some more informative error messaging around method props.
The text was updated successfully, but these errors were encountered:
@francisleigh we were dealing with a similar bug. If you download the latest version 6.0.7 it has a nice warning for this issue. I'd even mark this as closed.
I am getting this error when using the Documented approach for setting a cookie
After a process of elimination, it is the
domain
field that causes this error. it would be good to have some more informative error messaging around method props.The text was updated successfully, but these errors were encountered: