Maikel van Dort
Maikel van Dort
That's a good question, to which I do not have the answer to :(
> eslint-plugin-import has a similar [rule](https://github.com/import-js/eslint-plugin-import/blob/HEAD/docs/rules/no-extraneous-dependencies.md). Does it work with monorepo's?
> We could (and maybe should) ignore .npm folders though I guess a set of predefined folders to ignore would work :) Alright, add the exclude glob for the other...
Hi @jerelmiller 🌞 Correct, I did notice I should wrap it in a useCallback. However, is it correct behaviour that the page gets rerenderd in an infinite loop when using...
> @Netail no, but I did not see that happening with the `useCallback` change above. The component is rerendered a few times due to the lifecycle of `useQuery` and it...
Duplicate of; https://github.com/http-party/node-http-proxy/pull/1666
> Setting `experimental: { cssChunking: 'strict' }` in `next.config.js` resolves this issue for us. Not ideal, but better than broken CSS ordering in production! It does not seem to resolve...
That would be great. We use a design system package and a navigation package which uses the design system package (with some overrides) and the app using the design system,...
> trailing slash issue should (ideally) be fixed in http-proxy The issue is that http-proxy hasn't been updated in 4 years... But this issue doesn't occur in the legacy version,...
I am more wondering why this does occur with the `createProxyMiddleware`, but not the `legacyCreateProxyMiddleware`. Trying to investigate this a bit more...