Below is a common problem I have been encountering lately when integrating libraries like Backbone with for instance
google maps. The problem comes about because Google Maps requires that the object you are rendering the map to be must be
on the DOM and not "display:none".
This causes
Issues with libraries that require their container to be added to the DOM before rendering
- Google Maps
- Slick Grid
No comments:
Post a Comment