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: y.getValue is not a function #1

Open
aslmbk opened this issue Aug 9, 2020 · 1 comment · May be fixed by #4
Open

TypeError: y.getValue is not a function #1

aslmbk opened this issue Aug 9, 2020 · 1 comment · May be fixed by #4

Comments

@aslmbk
Copy link

aslmbk commented Aug 9, 2020

Hi! When the page loads and I click on the sheet i get the error "TypeError: y.getValue is not a function"

@JF-Cozy
Copy link

JF-Cozy commented Mar 11, 2021

I had the same problem on my side. It was because my application, after a yarn add mui-bottom-sheet had installed a version of react-spring (the 9.0.0-rc.3 in this case) not compatible with the getValue() used in BottomSheet.tsx.

When I cloned the repository and ran a yarn install it installed the 9.0.0-beta.33 version of react-spring for which the getValue() is not a problem.

see this PR #4

JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 11, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 12, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 12, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 15, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 15, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 16, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 16, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 16, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 16, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
JF-Cozy added a commit to cozy/cozy-drive that referenced this issue Mar 16, 2021
this is a fork from the original mui-bottom-sheet
fork needed because of this issue :
mayteio/mui-bottom-sheet#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment