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
import { service } from 'aidbox-react'; uses wrong configuration so it leads to errors when using service(...) while import { service } from 'aidbox-react/lib/services/service'; works correctly
The text was updated successfully, but these errors were encountered:
import { service } from 'aidbox-react';
uses wrong configuration so it leads to errors when usingservice(...)
whileimport { service } from 'aidbox-react/lib/services/service';
works correctlyThe text was updated successfully, but these errors were encountered: