[flags] Clean up enableTrustedTypesIntegration#616
Conversation
Greptile SummaryRemoved the Key Changes:
Impact: Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 870f08e |
Additional Comments (1)
Prompt To Fix With AIThis is a comment left during a code review.
Path: packages/react-dom/src/__tests__/ReactDOMForm-test.js
Line: 2331
Comment:
**Stale comment after flag removal**
This comment says "unless trusted types are enabled" but now that `enableTrustedTypesIntegration` has been removed (always enabled), the qualification no longer applies. Values are now never toString-ed in this path. Consider updating the comment to reflect the new behavior.
```suggestion
// Everything else is passed through without toString coercion.
```
How can I resolve this? If you propose a fix, please make it concise. |
enableTrustedTypesIntegration
0a3eaf4 to
870f08e
Compare
Mirror of facebook/react#35905
Original author: rickhanlonii
This is on everywhere so we can reap the code