You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component expects activity data in the following structure. Each activity level must be in the
interval from 0 to maxLevel, which is 4 per default (see
documentation).
It is up to you how to generate and classify your data.
Why does the calendar not render in environment x?
If you encounter issues rendering this component in a specific React framework, please refer to the
following repository. It contains working examples for Astro, Next.js, Remix and Vite. Server side
rendering (SSR) is supported.
Create React App (CRA) is considered
abandoned, and you probably should
not use it anymore (more
background).
Using this component inside CRA will lead to errors for reasons described in issue
#105. This repo is not for CRA
support questions. If you encounter issues, you need to fix those yourself given the maintenance
state of CRA. Personally, I would recommend using Vite instead of CRA.
Why is the tooltip library x unsupported?
It seems impossible to support all kinds of tooltip libraries since they are all implemented
differently. See this issue and
especially this
comment.
The next major version will be based on a headless approach for tooltips, so that styling is
completely up to the user.