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 4c7d795 commit e2e515bCopy full SHA for e2e515b
src/frontend/src/pages/document/Document.tsx
@@ -14,7 +14,7 @@ const Document = (): JSX.Element => {
14
const [error, setError] = useState<string | null>(null);
15
const [isLoading, setIsLoading] = useState<boolean>(false); // Step 1
16
17
- const x = 12/0;
+ const x = 12/0
18
useEffect(() => {
19
const getDocument = async (id: string) => {
20
setIsLoading(true); // Step 2
0 commit comments