We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349c936 commit 9f199adCopy full SHA for 9f199ad
1 file changed
src/components/json-detail-container.tsx
@@ -98,6 +98,7 @@ export function JSONDetail(props: JSONDetailProps) {
98
99
React.useEffect(() => {
100
if (!hasMounted) return;
101
+ setHasMounted(false);
102
103
setQuery(
104
{
0 commit comments