Open MartinSStewart opened 5 years ago
It seems to work fine now, so maybe it was a cache issue.
I tried refreshing the cache just now but it is still visible.
Edit: The problem appears on my Mac using both Firefox and Chrome, and on my iPhone using Safari
This is strange, when I click your link above, I get:
The message appears at the very bottom of the page.
Ah ok sorry :+1:
This comes from a spurious }
character at the end of the long @docs declaration in https://github.com/Lattyware/elm-fontawesome/blob/60fd4e0ac82a1e76b41fe8f25daf6e4a736cd07f/src/FontAwesome/Solid.elm#L8:
@docs ad, addressBook, addressCard, adjust, ..., yenSign, yinYang}
So the issue comes from the package, but the compiler could have prevented it by detecting the syntax error.
It seems that yinYang} does not have any docs. Please open a bug report here with the title “UnknownBlock found in docs” and with a link to this page in the description.
https://package.elm-lang.org/packages/lattyware/elm-fontawesome/latest/FontAwesome-Solid