split-openfeature-provider-js
split-openfeature-provider-js copied to clipboard
Open Feature Javascript Provider for Split.io
The OpenFeature server SDK was renamed in order to avoid confusion between the client-side and server-side SDKs. https://openfeature.dev/blog/js-sdk-rename This is a non-breaking change but will require you to replace all...
When importing the `OpenFeatureSplitProvider`, I get the following error: `Module not found: Error: Can't resolve '@splitsoftware/openfeature-js-split-provider/src'` This is how I import it: `import {OpenFeatureSplitProvider} from '@splitsoftware/openfeature-js-split-provider/src'` I use the following...
Was going through the example for the JS SDK and found this issue. Imported as `OpenFeature` but referenced by `openFeature`, so therefore `undefined` reference.