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 fc15402 commit 2ed5e35Copy full SHA for 2ed5e35
src/index.js
@@ -1,9 +1,9 @@
1
import reactTreeWalker from 'react-tree-walker'
2
3
-export default function asyncResolver(app) {
+export default function asyncBootstrapper(app) {
4
const visitor = (element, instance) => {
5
- if (instance && typeof instance.reactAsyncResolverTarget === 'function') {
6
- return instance.reactAsyncResolverTarget()
+ if (instance && typeof instance.asyncBootstrapperTarget === 'function') {
+ return instance.asyncBootstrapperTarget()
7
}
8
return true
9
0 commit comments