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

Can't use useTrail with useChain #432

Closed
jmcruzmanalo opened this issue Jan 10, 2019 · 4 comments
Closed

Can't use useTrail with useChain #432

jmcruzmanalo opened this issue Jan 10, 2019 · 4 comments
Labels
kind: bug Something isn't working

Comments

@jmcruzmanalo
Copy link

jmcruzmanalo commented Jan 10, 2019

Reproduction: https://codesandbox.io/s/619qw0xxxz

App crashes, and there is an error on the console but it doesn't seem to be very helpful.
I ran into this on my local project and I was getting a "Cannot read property 'stop' of undefined" error if that helps.

@drcmda drcmda added the kind: bug Something isn't working label Jan 10, 2019
@drcmda
Copy link
Member

drcmda commented Jan 10, 2019

Thanks, will take a look. Chaining a single item doesn't make sense but it shouldn't crash.

@jmcruzmanalo
Copy link
Author

I agree, and I ran into it chaining multiple ones but I wanted to isolate it.

@drcmda
Copy link
Member

drcmda commented Jan 11, 2019

Rewriting hooks from the ground up currently. There were lots of wires thrown about that made inspection hard. It looks very promising already and i think when it's out i will remove the experimental status and make hooks official.

@aleclarson
Copy link
Contributor

Fixed in #632

@aleclarson aleclarson mentioned this issue Apr 15, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants