clauderic / react-infinite-calendar

✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.

Home Page:http://clauderic.github.io/react-infinite-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I got an warning in react 16.2.0

cyulin opened this issue · comments

commented

use:

<InfiniteCalendar
  Component={withMultipleDates(Calendar)}
  selected={[
    new Date(2018, 3, 12),
    new Date(),
    new Date(2018, 3, 29)
  ]}
  interpolateSelection={defaultMultipleDateInterpolation}
/>

This PR should solve it #197