Max Stoiber

Results 289 comments of Max Stoiber

Seems like the benchmarks don't work anymore? ``` TypeError: Cannot read property 'value' of undefined ``` /cc @A-gambit

This still fails on this line with the error "cannot read property value of undefined": https://github.com/A-gambit/CSS-IN-JS-Benchmarks/blob/63e1c5228c309086f936409b8979b288f7b7e22e/packages/tests/index.js#L97 If you `console.log(currentRes.audits['user-timings'])` it shows this: ```JS { score: null, displayValue: '', rawValue: null,...

I'd love to have this!

Hmm, using `syntax-dynamic-import` breaks (?) server-side rendering with `react-loadable`. I'm seeing the loading indicator be rendered on the server, even with the `import-inspector` plugin and `serverSideRequirePath` enabled. cc'ing @thejameskyle, he...

This is unfortunately a deal-breaker for us, I would love to use this package but not being able to return mock data for existing fields is very annoying. Is there...

> just to use the proxy mode where some data are coming from actual API and some are mocked locally That's what I want! ```GraphQL # Remote schema type User...

Yes yes yes yes yes :tada:

> Having a small core team would lead better results than creating a bounty-style format for issues. Strongly agreed! > I feel awkward paying myself to work on bundlesize as...

Working on support for blockquotes. The issue lies in `draft-js-import-element`, WIP PR is open here: https://github.com/sstur/draft-js-import-element/pull/34