Closed icsvishalmalji closed 3 years ago
@icsvishalmalji Please can you show us how you're importing createApi
? You should be doing this:
import { createApi } from 'unsplash-js';
or
const { createApi } = require('unsplash-js');
@icsvishalmalji Please can you show us how you're importing
createApi
? You should be doing this:import { createApi } from 'unsplash-js';
or
const { createApi } = require('unsplash-js');
Steps to Reproduce
-
Observed Behaviour
const unsplash = createApi({ }) doesn't work.
Expected Behaviour
Technical Notes
-