Skip to content

Pass modifiers to renderDay #237

@davincho

Description

@davincho

I would need access to modifiers within the renderDay callback. What's about passing not only day but also dayModifers to the callback (see

{this.props.renderDay(day)}
)

Before: {this.props.renderDay(day)}
After: {this.props.renderDay(day, dayModifiers)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions