-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: file is not defined #179
Comments
I can't see any scope problems with |
Ah, I see that this was fixed in #173, but it has not been released to npm yet. Could we publish a new version to npm? |
Could we have a minor version with that fix in the meantime? |
Nope, sorry for inconvenience. But I’ll make a new version this week anyway. |
4.0.0 is out! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the below reference error when building my project using styleguidist. It looks like the console logging that occurs in the catch block of props.loader.js is referencing a
file
variable that is declared in a different block. This could probably be fixed by initializingfile
as a var outside thetry
block scope.The text was updated successfully, but these errors were encountered: