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

bug, there is a missing parentesis in generated javascript #370

Open
crakjie opened this issue Feb 20, 2018 · 3 comments
Open

bug, there is a missing parentesis in generated javascript #370

crakjie opened this issue Feb 20, 2018 · 3 comments

Comments

@crakjie
Copy link

crakjie commented Feb 20, 2018

the generated javascript contain this block
var _debois$elm_mdl$Material_Layout$waterfall = function (_p19) {...}).call(this);
as you can see the brace just before the .call is never opened.

@OvermindDL1
Copy link
Contributor

Wouldn't this be an Elm bug as elm-mdl has no javascript?

@SidneyNemzer
Copy link

I can't seem to reproduce this. It's a pretty big problem, since that would prevent the whole app from running, right?

Can you pointpoint any particular Elm code that you've written that causes this to be generated? Can you post the full, generated JS code?

@crakjie
Copy link
Author

crakjie commented Mar 23, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants