Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 477 Bytes

React Test Project

This is a test repo to replicate a bug in react 16

see facebook/react#11726

If there is a client/server mismatch for text inside of an a or button element, it causes it to be automatically focused on page load.

How to replicate

you get the expected Text content did not match. Server: "TEXT" Client: "CLIENT TEXT" warning in the console, but that's it.