Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

bump memoize and migrate the fork #2

Merged
merged 1 commit into from
Feb 5, 2020
Merged

Conversation

adam-codaio
Copy link

FYI: @harisiva

@@ -4,7 +4,8 @@ import { eventSegments, endOfRange, eventLevels } from './eventLevels'

let isSegmentInSlot = (seg, slot) => seg.left <= slot && seg.right >= slot

const isEqual = (a, b) => a.range === b.range && a.events === b.events
const isEqual = (a, b) =>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the migration. Previously a/b were just props objects and now they are wrapped in an array

@adam-codaio adam-codaio merged commit 1d1ae1a into master Feb 5, 2020
@adam-codaio adam-codaio deleted the apg-bump-memoize branch February 5, 2020 23:17
@adam-codaio
Copy link
Author

Submitted a PR to react-big-calendar: jquense#1583

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant