Reputation: 2881
In my node project contentful is running same lines with my react project. But in react gives me an error, in the image below. I tried to reinstall again but it doesn't work. Did I miss something? Any help is highly appreciated.
Thank you
Upvotes: 1
Views: 2276
Reputation: 51
import { createClient } from "contentful";
const contentfulClient = createClient({
"your code"
});
Upvotes: 5