-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
linkTo another story error #174
Comments
@darul75 Try this: const props = {
handleSignIn: linkTo('Tab', 'empty'),
}
}; Then it'll work. |
ok fine, thx |
Okay. I'll have look at them do a fix if we can ASAP. |
This seems not like a linkTo issue. But something else, if there anyway you can provide a repo where we can reproduce this issue. |
first thanks for giving feedback quickly, I need to extract and reproduce the case in a small repo as I am not allowed to share it with you. |
+1, facing the same issue. |
We were having a similar issue after updating from 1.x to 2.3.0 (also unrelated to |
@necolas Interesting. |
I think this was just a case of my mistake :) |
I am getting the same issues when using it with setState in react: ProblemThis is just a quick example, a button is clicked.
Button origin
Any ideas? |
|
Hi guys,
I try to figure out what can produce that error when clicking a button with a specific handler to switch to another named story:
page_bus.js?147f:40 Uncaught Error: dataId is not supplied via queryString
The text was updated successfully, but these errors were encountered: