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 bc59ee6 commit 2098dcdCopy full SHA for 2098dcd
1 file changed
packages/mui-material/src/Avatar/utils/useLoaded.ts
@@ -1,3 +1,4 @@
1
+'use client';
2
import * as React from 'react';
3
4
type LoadedState = 'idle' | 'loading' | 'successful' | 'error';
0 commit comments