Skip to content

Conversation

mdqst
Copy link

@mdqst mdqst commented Apr 9, 2025

I’ve fixed the issue with the React type import. Previously, it was imported as import type React from "react";, which is incorrect since React.ReactNode is not a default export but rather a type within the React namespace.

Now, it’s correctly imported using the import * as React from "react"; approach. This should resolve the problem and ensure proper type handling.

Copy link

vercel bot commented Apr 9, 2025

@mdqst is attempting to deploy a commit to the Bitte Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant