-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
ReferenceError when using anything having to do with query arguments #254
Comments
Can you post the full error and any code around it? Sent from my iPhone
|
https://gist.github.com/johnthedebs/d25dc5a46b8411cfe016 That's what I've got, and I'm visiting (and getting the first stack trace below for) |
Let me know if there's a better way to copy those errors in... I haven't needed to share full JS stack traces before. |
Can you identify which part of the code is looking for "Buffer"? Sent from my iPhone
|
Also, are you using the global build or the cjs modules? |
I'm pretty sure it's the |
I'm getting a ReferenceError for the variable
Buffer
when either visiting a URL with any query arguments or adding aquery
attribute to aLink
. Forgive me if I'm missing a dependency or something; I couldn't figure out why it was failing exactly and found no mention of anyone else having a similar problem.I'm using react (with add-ons) version 0.11.1 and react-router version 0.6.1 (this also occurred with 0.6.0). I tried using Chrome 37 and Safari 8.0 beta.
Let me know if there's any other info that would be helpful!
The text was updated successfully, but these errors were encountered: