Error in example code
Closed this issue · 2 comments
bennetdev commented
The requested module '../index.js' does not provide an export named 'default'
bennetdev commented
const connect = async () => {
const giiker = new Giiker();
await giiker.connect();
return giiker;
};
export {connect}
import {connect} from '../smartcube/js/libs/index.js';
DarkKillerXL commented
How would I go about fixing this? I'm trying to use this API but can't even get the example to work
Edit: I've got the same error you had in the beginning