Fredrik Höglund
Fredrik Höglund
The number of console.logs(/warnings/errors) that were _not_ suppressed might be a pretty interesting metric to log in the summary? Seeing how this grows over time and shrinks when you fix...
Related to #5 Adds a clarification to the Readme that the known single file parameter issue also applies to when a single file is running in watch mode which seems...
Main question: > What happens if a transition gets constantly interrupted before it has time to finish, and are there any cases where we need to worry about this in...
This PR merges the React master up until the experimental channel `0.0.0-experimental-8d7535e54` release. This also includes previously unsynced `v16.11` and `v16.12`. The PR also fixes all Lightyear-specific tests and linting...
As was explained in #32, hydration of `` in React is supposed to only work with blocking or concurrent roots, not with the "legacy" `ReactDOM.render`. That this has worked up...
The new functionality (located mainly at the bottom of `ReactPartialRenderer`) was written without Flow-types since this started as an exploration and I wasn't comfortable moving fast with Flow. Now that...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: darwin Arch: arm64 Version:...
## Description This is the full implementation of PoCs #7194 and #7267. The main goal of the PR is to refactor the SDKs away from using a top level `addListener+state+context`...