The package declares sideEffects: false but that's not accurate because index-common has a critical top-level side-effect call to overrideSpanAndFormattedString(...) which monkey-patches TextBase.prototype to use NSTextUtils' min/max-line-height semantics.
This adversely affects bundlers that honor this flag.
The fix can publish with sideEffects: true.
The package declares
sideEffects: falsebut that's not accurate becauseindex-commonhas a critical top-level side-effect call tooverrideSpanAndFormattedString(...)which monkey-patchesTextBase.prototypeto use NSTextUtils' min/max-line-height semantics.This adversely affects bundlers that honor this flag.
The fix can publish with
sideEffects: true.