chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 87 forks source link

add a window check in case of non-browser context #111

Closed RCopeland closed 3 years ago

RCopeland commented 5 years ago

This would fix a use case for us where we're bringing in tiny-date-picker into a lib which can be built by react / angular apps using ssr.

RCopeland commented 5 years ago

@chrisdavies would you mind taking a look?