purescript-web/purescript-web-cssom-view

Strange way of treating purs ADT values in FFI

Closed this issue · 2 comments

wclr commented

https://github.com/purescript-web/purescript-web-cssom-view/blob/master/src/Web/CSSOMView/Element.js#L2

This is definitely not the way it should be done, it cannot depend on such implementation details, moreover it works incorrectly.

Thanks for reporting the broken functionality. I'm closing this as a duplicate of #7. I also created PR #11 which should solve both issues.

wclr commented

Thanks, hope to see it fixed soon.