Leaflet.vector-markers
Leaflet.vector-markers copied to clipboard
Make it really work without prefix
Relevant changes in src/Icon.js:
Check whether options.prefix is set and is a string before passing it to i.classList.add() because this function throws an error if the argument is not a string.