Kevin Mårtensson

Results 19 issues of Kevin Mårtensson

When API request happens that updates the state with new data, most of the UI re-renders even though no new data is passed to all components. This could probably be...

low priority

### Link to the code that reproduces this issue https://github.com/kevva/next-bugs/tree/swc-plugins ### To Reproduce 1. Run `npm run dev` (or `npm run build`) and you should see an error ### Current...

template: bug
area: SWC transforms

enhancement

It might be useful to use this module for more than just adding collaborators. I'm not sure if you we should allow for removing to be used in conjunction with...

In https://github.com/lukeapage/pngjs/blob/master/lib/packer-async.js, you inherit from `Stream`, although that's not totally correct since it doesn't have all methods a `Readable` stream has. Instead, it should be implemented as in https://nodejs.org/api/stream.html#stream_implementing_a_readable_stream. Related:...

bug

Would probably extract the CLI in here too.

Currently, if you're doing stuff using `fsWriteStreamAtomic()` and cancels the process the temp file will remain in place. Optimally it'd clean up any temp files on exit. Also, are there...

enhancement

Building or starting Next.js in anything other than `production` mode is currently erroring with `TypeError: _getClientReact.captureOwnerStack is not a function`. This used to work but had a regression in https://github.com/vercel/next.js/pull/85486....

type: next
CI approved