js-sdk
js-sdk copied to clipboard
feat(react): avoid re-resolving flags unaffected by a change event
This PR
- avoid re-resolving flags unaffected by a change event
Notes
If the provider sends the change event payload, the React SDK uses the list of change flags. If the list is missing or empty, all events are triggered. This is a way to avoid sending unnecessary evaluation telemetry data.