Skip to content

Commit 87495f6

Browse files
authored
Add shouldRefetch to allowed options
1 parent e29c6b3 commit 87495f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/checkOptions.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default function(options) {
1010
loadingComponent: Match.Maybe(Match.Any),
1111
dataProp: Match.Maybe(String),
1212
loadOnRefetch: Match.Maybe(Boolean),
13+
shouldRefetch: Match.Maybe(Function),
1314
});
1415

1516
if (options.reactive && options.poll) {

0 commit comments

Comments
 (0)