split-openfeature-provider-js icon indicating copy to clipboard operation
split-openfeature-provider-js copied to clipboard

Open Feature Javascript Provider for Split.io

Results 3 split-openfeature-provider-js issues
Sort by recently updated
recently updated
newest added

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.