We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9d08a commit f6245dfCopy full SHA for f6245df
packages/react-async/src/Async.tsx
@@ -116,7 +116,7 @@ export const createInstance = <T extends {}>(
116
this.setError = this.setError.bind(this)
117
118
const promise = props.promise
119
- const promiseFn = props.promiseFn || defaultOptions.promiseFConstructorn
+ const promiseFn = props.promiseFn || defaultOptions.promiseFn
120
const initialValue = props.initialValue || defaultOptions.initialValue
121
122
this.state = {
0 commit comments