Niels Pijpers
Results
2
comments of
Niels Pijpers
For people who try to do this: Insert this prop in the Infinite Calendar ```js theme={{ selectionColor: date => { return decideColor(date) }, }); ``` And add a function to...
@itsazzad I had the same problem, solved it by adding 'winpty' before the docker-compose commands in the Shell file. So what I suggest is you nano edit the shell file...