devtools
devtools copied to clipboard
Filter doesn't work with nested properties
Description Searching for nested properties name doesn't work
How To Reproduce Steps to reproduce the behavior:
CodeSandbox: https://codesandbox.io/s/runtime-sky-biu91?file=/src/App.js
- Search for "person.0.firstName" or "firstName" - doesn't show any responses in any case
Expected behavior
- Should show person.0.firstName when searching for "person.0.firstName" or person.0.firstName and person.1.firstName when searching for "firstName"
Screenshots
all responses
searching for "person.0.firstName"
searching for "firstName"
This is not a feature that we currently support.