Skip to content

Conversation

egordidenko
Copy link
Contributor

Now apiRef works.
Note:

  1. When using Next.js you need to specify “use-client”
  2. In Next.js should solve issues with hydration and SSR support via React Uploader

Description

Checklist

Now apiRef works.
Note:
1. When using Next.js you need to specify “use-client”
2. In Next.js should solve issues with hydration and SSR support via React Uploader
@@ -1,17 +1,15 @@
import React, { FC, Suspense } from 'react';
import React, { FC, Suspense } from "react";

Check notice

Code scanning / CodeQL

Unused variable, import, function or class

Unused import Suspense.
@egordidenko egordidenko merged commit 117ac90 into main Jun 11, 2024
@egordidenko egordidenko deleted the fix/suspense-off-ready-apiref branch June 11, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants