Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48121 closed defect (bug) (fixed)

Block Editor: Align the version of React with the one used in Gutenberg plugin

Reported by: gziolo's profile gziolo Owned by: gziolo's profile gziolo
Milestone: 5.3 Priority: normal
Severity: normal Version: 5.3
Component: Editor Keywords: has-patch needs-testing good-first-bug
Focuses: javascript Cc:

Description

Gutenberg 6.5 works with react and react-dom set to v16.9.0. This change tries to align both.

See:
https://github.com/WordPress/gutenberg/blob/d15ced026638e33c2a0b61cfbcc12d014d31b542/package.json#L129-L130

Tested against Travis in https://github.com/WordPress/wordpress-develop/pull/99.

Attachments (1)

react-version.diff (3.1 KB) - added by gziolo 5 years ago.

Download all attachments as: .zip

Change History (7)

@gziolo
5 years ago

#1 @gziolo
5 years ago

  • Keywords has-patch needs-testing good-first-bug added
  • Owner set to gziolo
  • Status changed from new to assigned
  • Version set to trunk

#2 @gziolo
5 years ago

  • Component changed from General to Editor

#3 @youknowriad
5 years ago

  • Milestone changed from Awaiting Review to 5.3

#4 @youknowriad
5 years ago

Patch looks good to me.

This ticket was mentioned in Slack in #core-js by gziolo. View the logs.


5 years ago

#6 @gziolo
5 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 46289:

Block Editor: Align the version of React with the one used in Gutenberg plugin

Gutenberg 6.5 works with react and react-dom set to v16.9.0. This change aligns both.

Props youknowriad.
Fixes #48121.

Note: See TracTickets for help on using tickets.