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
Hi, I think the readme for ES6 usage should be updated to import { Client } from 'predicthq'; instead of import Client from 'predicthq';. If I use the latter I have to use Client.Client to access that method.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I think the readme for ES6 usage should be updated to
import { Client } from 'predicthq';
instead ofimport Client from 'predicthq';
. If I use the latter I have to useClient.Client
to access that method.Thanks!
The text was updated successfully, but these errors were encountered: