pingdotgg / uploadthing

File uploads for modern web devs
https://uploadthing.com
MIT License
3.99k stars 294 forks source link

[Bug]: "@uploadthing/react" has no exported member 'generateComponents' . #174

Closed alifares10 closed 1 year ago

alifares10 commented 1 year ago

What happened?

This

import { generateComponents } from "@uploadthing/react";

fails with

Module '"@uploadthing/react"' has no exported member 'generateComponents'.

i restarted the IED and reinstalled uploadnothing but still get this error

What did you expect to happen?

import success

Version

4.1.3

Reproduction Steps

import { generateReactHelpers } from "@uploadthing/react";

Reproduction Repository

No response

Relevant log output

No response

Code of Conduct

shaunkickbusch commented 1 year ago

Getting this as well. Pretty major issue.

markflorkowski commented 1 year ago

We forgot to cut a release 🤦 v5.0.0 should have the correct export. Sorry for the confusion.