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 58525d7 commit e37bbb1Copy full SHA for e37bbb1
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