-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
"Error Loading Dependencies" another cause #272
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
Comments
I was able to fix this problem by doing the following:
(Restructured how the divs work.) I'll leave this issue open incase the original cause is still considered an issue, but am okay with it being closed. |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
This issue seems related to issue #125 , but it was asked to open new issues for all ways this could possible by reproduced, thus this new issue. 😄
I have the following code that generates the issue:
The contents of the file header are below:
The weird thing is, if I replace
what_is_dash()
with the code inside of that function's return, the app works fine. It is only when I try to create this function do I get the error. I had tried to makewhat_is_dash()
its own file, likeheader()
but I got the same issue. I tried to rename the function and file towhatIsDash()
and make the filename different than the function name; none of that worked.The text was updated successfully, but these errors were encountered: