Hakan Ozkok
Results
2
issues of
Hakan Ozkok
createInstance({name: 'foo', storeName: 'bar'}); createInstance({name: 'foo', storeName: 'differentName'}) are now allowed. instance('name') is deprecated but can still be used, instance({name: 'foo', storeName: 'bar'}) is preferred now.
Right now, the plugin is extending L.Marker implicitly and this is not a very modular approach. That may cause ambiguity on importing/exporting ES6 modules. Would be better to be able...