You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using web-components-shards to separate vulcanized bundles. When I built leaflet-map with it, the following warnings were emitted.
Behavior leafletMap.LeafletPopupContent not found when mixing properties into leaflet-circle!
Behavior leafletMap.LeafletPopupContent not found when mixing properties into leaflet-polyline!
Behavior leafletMap.LeafletPopupContent not found when mixing properties into leaflet-polygon!
Behavior leafletMap.LeafletTileLayer not found when mixing properties into leaflet-tilelayer!
Behavior leafletMap.LeafletTileLayer not found when mixing properties into leaflet-tilelayer-wms!
Behavior leafletMap.LeafletILayer not found when mixing properties into leaflet-geojson!
Behavior leafletMap.LeafletPopupContent not found when mixing properties into leaflet-marker!
This is because hydrolysis often fails to detect definitions of behaviors without @polymerBehavior annotations. If it fails, it emits them.
Hi, I'm using web-components-shards to separate vulcanized bundles. When I built
leaflet-map
with it, the following warnings were emitted.This is because hydrolysis often fails to detect definitions of behaviors without
@polymerBehavior
annotations. If it fails, it emits them.You can reproduce this in the following way.
If you'd like it, I'll make a PR.
Thanks.
The text was updated successfully, but these errors were encountered: