Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: proxy[key] is null #69

Closed
efriandika opened this issue Aug 2, 2020 · 5 comments
Closed

TypeError: proxy[key] is null #69

efriandika opened this issue Aug 2, 2020 · 5 comments

Comments

@efriandika
Copy link

efriandika commented Aug 2, 2020

Hi.. This library is really great.. I like this concept..
But, when I tries to implement it in my next.js app (just copy and paste from your example):

           <Uploady
                debug
                destination={{ url }}
            >
                <UploadButton>Upload Files</UploadButton>
            </Uploady>

I got this error:

TypeError: proxy[key] is null

Any idea about this error?

@efriandika
Copy link
Author

[UPDATE]

When I use previous version: v0.3.2, it works perfectly
Apparently, there is a problem with v0.4.0

@yoavniran
Copy link
Collaborator

thanks @efriandika
please share a reproducing repo/sandbox so i can see the error in runtime.

@efriandika
Copy link
Author

Hi.. thanks for quick reply,

I will create a sample project for this, and letting you know then

@yoavniran
Copy link
Collaborator

yoavniran commented Aug 3, 2020

hey @efriandika
please check if 0.4.1 fixes your problem. #71 fixes a similar issue to the one you reported

@efriandika
Copy link
Author

It works now... :D great...
I hace tested it...

Thank you very much

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

No branches or pull requests

2 participants