Matthew Wilde
Matthew Wilde
Using `deepStrictEqual`, I assumed the equality check would pass when stringifying and parsing a simple object. But the Object prototype is still null after parsing with `json-bigint`, even with `protoAction:...
Closes #244961 Closes #244715 Closes #244716 Part of [11480](https://github.com/elastic/search-team/issues/11480#top) ## Summary Following [guidance](https://docs.elastic.dev/kibana-dev-docs/tutorials/feature-flags-service#always-deprecate-first-remove-after) to deprecate feature flag before full removal. This ensures that there won't be any code deployed that...