You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly export members of fluidRouter to workaround Typescript issue (#5056) (#5063)
When downstream customers augment the IRequestHeader, the [index: string]: any; signature is lost and they end up with "property does not exist" errors.
This change uses this workaround to resolve the issue:
microsoft/TypeScript#18877 (comment)
0 commit comments