I'm tring to get passed this error and can't seem to. This is the line I'm getting it on.
const client: LDClient = LaunchDarkly.init(key);
I'm using typescript, NextJS. I'm using react-client-sdk version 3.0.10 and node-server-sdk version 7.0.3 of LaunchDarkly.
This is what I did to get past this error.