Feature difference in: Find all references for a property in a React component it would display all the usages in the current component and any usage of that component when the property was initialized.
Now it only displays usage within the current component. Example:
Before
After (Typescript Native)
Just using the getting started vite app and created a simple component with a value prop