Stickers now updating in local state, the context state is not.
This commit is contained in:
15
types/CalenderContext.d.ts
vendored
15
types/CalenderContext.d.ts
vendored
@@ -34,15 +34,14 @@ interface MonthInfo {
|
||||
title: string;
|
||||
}
|
||||
|
||||
interface WeekLayout {
|
||||
weekdays: DaysOfWeek;
|
||||
month: Month;
|
||||
}
|
||||
|
||||
interface MonthLayout {
|
||||
sunday: {
|
||||
weekdays: DaysOfWeek;
|
||||
month: Month;
|
||||
};
|
||||
monday: {
|
||||
weekdays: DaysOfWeek;
|
||||
month: Month;
|
||||
};
|
||||
sunday: WeekLayout;
|
||||
monday: WeekLayout;
|
||||
}
|
||||
|
||||
interface MonthContext extends MonthInfo {
|
||||
|
||||
Reference in New Issue
Block a user