aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
355 stars 43 forks source link

An upfront question about debugger compatibility #44

Closed Spiralis closed 6 years ago

Spiralis commented 6 years ago

Does this library avoid the issues that we see in the elm-mdl library in regards to breaking the debugger?

I guess this comes down to whether or not this library is doing this architecturally different in this regard or not.

The reason for asking is that I am considering migrating to use this library instead of elm-mdl.

aforemny commented 6 years ago

Hi,

it should be possible to make it debugger compatible, but I have not yet done anything to improve the situation from elm-mdl. I will investigate before a release, but until then I do not know for sure.

aforemny commented 6 years ago

I just checked and elm-mdc is debugger compatible already.

Spiralis commented 6 years ago

Excellent. Good to hear :)