elm-aws-cognito
elm-aws-cognito copied to clipboard
menu is not displayed
Hi Aaron,
I am a fan of #elmlive. As an autodidact ama-grammer, (not a professional programmer...) I did a step-for-step playback of both Mandelbrot and Cognito videos, effectively typing over the complete repository
That way I learned a bunch, not only about elm, but especially about workflow; plan of attack; using atom and git shortcuts; debugging typos; just to name a few. The missing links in learning programming if you do not go to class or have a mentor.
But at the very last stage, something went wrong, and absolutely nothing is displayed anymore. (I did not put that display:none;
anywhere?)
Both elm compiler and Webpack give no errors, and I already deleted the elm-stuff directory to get a clean start. My console tells me Uncaught TypeError: Cannot read property ':=' of undefined
- my-app.js:8543
I have seen you debug compiler and some display errors, but I am really lost, how to go about with a webpack-bundle? Is this something you can show me in any upcoming #elmlive episodes?