mariusandra / pigeon-maps

ReactJS Maps without external dependencies
https://pigeon-maps.js.org/
MIT License
3.43k stars 142 forks source link

fix types for width and height possible values #190

Closed SanderCokart closed 1 year ago

SanderCokart commented 1 year ago

height and width can be more than just numbers

SanderCokart commented 1 year ago

Using anything but a number as a string or number will result in:

 `NaN` is an invalid value for the `height` css style property.
SanderCokart commented 1 year ago

It works with lets say 70vh so...