Skip to content

Commit 740ba7c

Browse files
authored
Merge pull request #6 from jossydeleon/bugfix-standalone-ui
Bugfix: Keypath renamed in JSON Tree
2 parents b334515 + b45b8ca commit 740ba7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/react-native-query-devtool-app/src/components/JSONTreeSearcheable

packages/react-native-query-devtool-app/src/components/JSONTreeSearcheable/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const JSONTreeSearcheable: React.FC<JSONTreeSearcheableProps> = ({ data }) => {
2323
<JSONTree
2424
data={data}
2525
theme={theme}
26+
keyPath={["data"]}
2627
getItemString={(_, currentData) => (
2728
<span
2829
dangerouslySetInnerHTML={{ __html: getItemString(currentData) }}

0 commit comments

Comments
 (0)