MCPcopy Create free account
hub / github.com/flyfloor/react-component / handleMonthPickerClick

Function handleMonthPickerClick

component/Calender.js:82–87  ·  view source on GitHub ↗
(month)

Source from the content-addressed store, hash-verified

80 },
81
82 handleMonthPickerClick(month){
83 this.setState({
84 month,
85 showMonth: false,
86 });
87 },
88
89 handlePreYearRange(){
90 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…