RoXoM

Results 52 comments of RoXoM

conflict with https://github.com/tandpfun/skill-icons/pull/533

Hi, @tandpfun Is this program still being maintained? Do you need others help for maintain it?

After verification, I have question about "immediately evicted". See the follow test case: ```js cookieStore.addEventListener("change", (event) => { console.log(event) }); // Test Case 1: set and delete immediately // actually,...

> The original page doesn't make sense but this PR doesn't make sense either. It seems to me like we want to say something like: > > ``` > The...

> > > The original page doesn't make sense but this PR doesn't make sense either. It seems to me like we want to say something like: > > >...

Is there any maintainer? Give me some feedback plz.

We can refer to the Intersection Observer Polyfill https://github.com/w3c/IntersectionObserver/blob/76ba9761eadab4091927b2497bfa13e59c9e25d8/polyfill/intersection-observer.js#L555-L570 first determines whether the element is displayed or not, and then calculates.

Try to control it with `parameters` failed... (`[email protected]`) ```ts // in .storybook/preview.ts export const parameters = { // failed doc: { source: { dark: true, } } }; ``` ```tsx...

https://github.com/storybookjs/storybook/blob/f18bd6fcbc1553b6dc60a9a5c6df88afcccbb1d0/code/addons/docs/src/DocsRenderer.tsx#L46-L49 Can i resolve it by override `components.code` ???