Steffen Eckardt
Steffen Eckardt
One annoyance around the `@lwc/lwc/no-restricted-browser-globals-during-ssr` is related to the fact that it only considers block-level guards as valid like the following: ```js if (typeof window !== 'undefined') { // Client-side...
Fix for issue #111
Parsing a selector of the following kind: ```css [attribute="value"]:has(...) ``` fails with a `SyntaxError` like this: ```bash SyntaxError: missing ) after argument list ``` The error can be tracked down...
### Description I wanted to bring some subtle SSR hydration mismatch issue to your attention. This gist: If you happen to have a construct like `class={classGetter}` in a template, and...
# Description This PR addresses a few ``-related performance issues and provides a convenience component and utilities to simplify dealing with a few aspects addressing LCP and TBT metrics: *...
# Description Right now the whole search refinements section typically re-renders 5 or more times during overall PLP rendering. Those re-renderings are unnecessary as the `filters` property passed into the...