react icon indicating copy to clipboard operation
react copied to clipboard

The library for web and native user interfaces.

Results 827 react issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

CLA Signed
dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

CLA Signed
dependencies

fixed react spellcheking on beforeinput bug fixed spellcheking bug in firefox fixed react spellcheking on beforeinput bug fix spellchecking bug on firefox ## Summary This resolves https://github.com/facebook/react/issues/24358, in which the...

CLA Signed

## Summary Update Rollup and related plugins to their most recent versions + resolve any breaking changes/deprecations/etc along the way. I made each change piece by piece, so the commit...

CLA Signed

I noticed [this unconditional `console.error`](https://github.com/facebook/react/blob/d0289c7e3a2dfc349dcce7f9eb3dee22464e97bd/packages/react-reconciler/src/ReactFiberErrorLogger.js#L86) which I'd like to prevent to keep the console clean from errors that are already "caught" in an error boundary. Maybe a condition on `capturedError.errorBoundaryFound`...

Type: Feature Request

The inspiration for this came from @jasonwilliams 's PR for attempting to add sourcemap output support to React's builds: - https://github.com/facebook/react/issues/20186 - https://github.com/facebook/react/pull/21946 But I figured that it would be...

## Summary fixes #24891 For the full deepdive/context, see: - https://github.com/facebook/react/issues/24891 The below is an excerpt from the above that is specifically relevant to this PR: > If AppVeyor is...

CLA Signed

Regression in master from https://github.com/facebook/react/pull/11534. Found it thanks to the attribute fixture snapshots.

Type: Bug
Difficulty: starter
Component: DOM
good first issue
React Core Team

## Summary ## How did you test this change?

CLA Signed

## tl;dr - Is AppVeyor still used to test against Windows? - Can it be moved to CircleCI? - If not, can we update to use a modern version of...