Jinhyun Park

Results 5 issues of Jinhyun Park

## Summary The `disableInputAttributeSyncing` feature flag is intended to give developers more control over how React synchronizes certain attributes of input elements (like ``) with their props after the initial...

CLA Signed

## Summary The `flushSpawnedWork` function in `ReactFiberWorkLoop.js` previously did not fully clear all pending effect state when there were no passive effects. Specifically, while `pendingEffectsRoot` and `pendingFinishedWork` were cleared for...

CLA Signed

## Summary This PR fixes a bug where the `formMethod` attribute on submit buttons was not properly overriding the parent form's method when accessed through the `useFormStatus` hook. **Problem:** When...

CLA Signed

## Description Fixes an incorrect usage of string splitting when parsing `npm` stderr output during builder installation. ## Problem In `import-builders.ts`, the code incorrectly used `.split('/\r?\n/')` (a plain string) instead...

The previous README instructions for cloning the repository were incorrect, as Git does not support cloning a specific subdirectory. This update modifies the instructions to: - Clone the entire repository....