Yen-Wei Liu
Yen-Wei Liu
# Problem At the moment, Masonry has built in functionality for fetching additional items on scroll through the `FetchItems` component that is rendered _after_ the grid body: https://github.com/pinterest/gestalt/blob/master/packages/gestalt/src/Masonry.js#L583 The current...
`jsx/no-constructed-context-values` currently only works for context providers that are used as `` We have a lot of use cases where, instead of exporting the context directly, we explicitly export the...
## Summary Currently, we have a `heightCache` that is only used for the `defaultTwoColumnModuleLayout`. This PR makes two changes around this: - it removes the height cache completely - it...