Hi All,
trying to play with Elm and it worked fine at first when I was doing development with --debug mode. After I removed this switch from the command line my element started crashing showing TypeError: undefined has no properties and TypeError: domNode is undefined. There is other big JS component on the same page built with JS, but their containers do not intersect, though jquery is used.
Not quite sure how to start untangling the situation, it’s my first experience with Elm, and I decided to go small steps and use an element embedded into a bigger page…
Any suggestion is appreciated! TIA,
Philipp

