File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
react-dom-bindings/src/shared Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ export function validateURLKeyedUpdatedProps(
548
548
}
549
549
}
550
550
console . error (
551
- 'A %s with %s "%s" recieved new props with different values from the props used' +
551
+ 'A %s with %s "%s" received new props with different values from the props used' +
552
552
' when this Resource was first rendered. React will only use the props provided when' +
553
553
' this resource was first rendered until a new %s is provided. Unlike conventional' +
554
554
' DOM elements, Resources instances do not have a one to one correspondence with Elements' +
Original file line number Diff line number Diff line change @@ -4711,7 +4711,7 @@ describe('ReactDOMFloat', () => {
4711
4711
expect ( ( ) => {
4712
4712
expect ( Scheduler ) . toFlushWithoutYielding ( ) ;
4713
4713
} ) . toErrorDev ( [
4714
- 'Warning: A style Resource with href "foo" recieved new props with different values from the props used' +
4714
+ 'Warning: A style Resource with href "foo" received new props with different values from the props used' +
4715
4715
' when this Resource was first rendered. React will only use the props provided when' +
4716
4716
' this resource was first rendered until a new href is provided. Unlike conventional' +
4717
4717
' DOM elements, Resources instances do not have a one to one correspondence with Elements' +
@@ -4720,7 +4720,7 @@ describe('ReactDOMFloat', () => {
4720
4720
'\n data-something-extra: missing or null in latest props, "extra" in original props' +
4721
4721
'\n data-something-new: "new" in latest props, missing or null in original props' +
4722
4722
'\n precedence: "fu" in latest props, "foo" in original props' ,
4723
- 'Warning: A script Resource with src "sfoo" recieved new props with different values from the props used' +
4723
+ 'Warning: A script Resource with src "sfoo" received new props with different values from the props used' +
4724
4724
' when this Resource was first rendered. React will only use the props provided when' +
4725
4725
' this resource was first rendered until a new src is provided. Unlike conventional' +
4726
4726
' DOM elements, Resources instances do not have a one to one correspondence with Elements' +
You can’t perform that action at this time.
0 commit comments