In my case the problem was that I forgot to add the needed
<link rel="stylesheet" href="blablabla"/>
<script src="cdn.blablabla.bla"><script/>
,which are required to connect the library.
So it was somehow working even without the library properly connected, but had the same problem as yours.