summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-05 15:04:59 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-05 15:04:59 -0700
commit036689ae1bf577782c01d899f3ffd0edd3b8bce8 (patch)
tree4e1665e2da17d64599d27e19cb83750cf51e183c
parentfa66181038219ba513e9ee7d9b16f99c99554347 (diff)
Track bugs
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f2627ec..50e5764 100644
--- a/readme.md
+++ b/readme.md
@@ -19,3 +19,8 @@ export const DemoComponent = ({ children }) => {
return <div style={style}>{children}</div>
}
```
+
+## Bugs
+
+1. According to tests, solar "height" seems to max out at `7`. This means the solar altitude never reaches `PI/2`.
+1. Bundle size is too large. This is likely from the `suncalc` dependency.