Evan Jacobs

Results 294 comments of Evan Jacobs

After more digging, the issue manifested with both 2.5.0 and 2.5.5 in the same bundle. This was due to next.js pinning their version to 2.5.0. It's not clear to me...

We'd love this functionality now that 4.0 is under active development for styled-components! We're using a non-master branch for it.

@horiuchi just ran into this trying to process a local openapi v3 yaml. would love to use the tool

Hmm. Can you make a codesandbox reproduction for this? Sorry for the late response.

Frustratingly I think it means Suspense has to be extracted from the library and composed by the developer above Buttermilk. I'm having trouble setting up a useful test to verify...

No idea what’s going on in your project, but buttermilk is quite small. https://bundlephobia.com/[email protected] On Thu, May 30, 2019 at 10:17 PM Dr wrote: > The .tgz file size increased...

Gotcha, probably the "files" array in package.json needs to be added/updated.

Thanks Justin, looking into it now

Yes those props are provided to the top-level child component, so if you’re just spread applying props in your component they’ll end up in the DOM. On Tue, Apr 16,...

@pxwee5 need a codesandbox reproduction to be able to help you, thanks!