I added continuous zoom to leaflet using this Leaflet/Leaflet#1941.
It changes tilesize to get tiles decimal zoom levels. Now, I changed the tilesize in _getTilePoint function to get the correct tile. But inside that tile featureAt still doesn't work correctly.
It's probably because of _canvasIDToFeatures not returning the correct features at decimal zoom levels.
Need help solving this. @apollolm @hallahan @rgwozdz