devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Filter doesn't work with nested properties

Open VictorMGoulart opened this issue 3 years ago • 1 comments

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 image all responses

image searching for "person.0.firstName"

image searching for "firstName"

VictorMGoulart avatar Nov 19 '21 16:11 VictorMGoulart

This is not a feature that we currently support.

bluebill1049 avatar Jun 15 '22 08:06 bluebill1049