Balázs Orbán

Results 77 issues of Balázs Orbán

After updating Hyper to 2.0.4, most of the plugins stopped working. Would be nice to have it marked somehow if they will still work on the latest versions of Hyper...

Add Latest commit date to the table.

Hi @soumak77 I have the following function in my `source`: ```js export const fetchData = async (ref, shouldSort) => { let result try { result = await ref.once("value") result =...

Rendering `Date` might lead to hydration errors since the server and client can be in different time zones. This rule should warn about common use cases and give a recommendation...

area: documentation
type: next

Currently, you cannot set `pageProps`'s type when using `AppProps`'s generic, it's always `any`. Before: ![image](https://user-images.githubusercontent.com/18369201/180234440-3b37460c-ff92-413f-9d1c-38e35e35a5b4.png) After: ![image](https://user-images.githubusercontent.com/18369201/180234644-335eec85-0315-4ff8-aba1-53edf0b64e1a.png) ## Bug - [ ] Related issues linked using `fixes #number` - [...

type: next

Follow-up on https://github.com/vercel/next.js/pull/38534#pullrequestreview-1035020450 This lets us use modern JS/TS syntax in ESLint rules and avoid issues like #38530 and #36693 ## Bug - [ ] Related issues linked using `fixes...

type: next

I did some experimenting to see if we can grab the latest version from npm instead of GitHub releases since that's the version the user can actually use. The npm...

Fixes #38239 `fetchNextData` currently fails to load the static props for a page when there is a Middleware and the page returns `notFoud: true`. Related: #39260, #39148 ## Bug -...

For historical reasons, Next.js has been falling back to polyfill certain Node.js APIs in the browser. `webpack` itself stopped doing it, and so should Next.js. This might unexpectedly break some...

type: next

Fixes #39161 The `defaultConfig` object contains fields that are not part of the `NextConfig` interface but are also not expected to be provided by the developer as we have default...

type: next