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 904a138 commit 8086f91Copy full SHA for 8086f91
src/components/SearchModal.tsx
@@ -103,9 +103,8 @@ function SearchFiltersProvider({ children }: { children: React.ReactNode }) {
103
return getStoredFrameworkPreference() || ''
104
}, [userQuery.data?.lastUsedFramework])
105
106
- const [selectedFramework, setSelectedFramework] = React.useState(
107
- getInitialFramework,
108
- )
+ const [selectedFramework, setSelectedFramework] =
+ React.useState(getInitialFramework)
109
110
const { items: rawLibraryItems, refine: refineLibrary } = useMenu({
111
attribute: 'library',
0 commit comments