Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde8282d

Browse files
authored
Merge pull request#4 from Pinwheeler/patch-1
Update README.md
2 parents743e506 +fcd47d0 commitde8282d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ___
115115
`typeof delay === 'number'`
116116

117117
* accepts idleStatus string argument and returns a thunk action that will return the delay for any idle status that you've configured.
118-
* gets dispatched by idle middleware to get the number ofmillisenconds of user idleness that must occur before transitioning into the specified idle status.
118+
* gets dispatched by idle middleware to get the number ofmilliseconds of user idleness that must occur before transitioning into the specified idle status.
119119
* if user activity is detected the user will transition back to the`ACTIVE` state.
120120
* will throw if the thunk action does not return a number type for any idleStatus specified in the`IDLE_STATUSES` array.
121121

@@ -164,6 +164,7 @@ import { createStore, applyMiddleware, compose } from 'redux'
164164
importrootReducerfrom'../reducers'
165165
importDevToolsfrom'../../containers/DevTools'
166166
import {middlewareasidleMiddleware }from'../components/redux-idle-monitor'
167+
import {actionsasidleActions }from'../comonents/redux-idle-monitor'
167168

168169
import {thunk,readyStatePromise,createLogger,crashReporter }from'redux-middleware'
169170

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp