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
The axios property in session class is marked as protected and so doesn't allow to set our own interceptors or any other axios config.
Please mark it as public so that it aligns with documentation where underlying axios instance is documented as available.
The text was updated successfully, but these errors were encountered:
The axios property in session class is marked as protected and so doesn't allow to set our own interceptors or any other axios config.
Please mark it as public so that it aligns with documentation where underlying axios instance is documented as available.
The text was updated successfully, but these errors were encountered: