Skip to content

Commit

Permalink
fix: Add missing isReactForwardRefCall export (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and danez committed May 3, 2019
1 parent 3152057 commit fcfb193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/index.js
Expand Up @@ -35,6 +35,7 @@ export {
export { default as isReactComponentClass } from './isReactComponentClass';
export { default as isReactComponentMethod } from './isReactComponentMethod';
export { default as isReactCreateClassCall } from './isReactCreateClassCall';
export { default as isReactForwardRefCall } from './isReactForwardRefCall';
export { default as isReactModuleName } from './isReactModuleName';
export { default as isStatelessComponent } from './isStatelessComponent';
export { default as match } from './match';
Expand Down

0 comments on commit fcfb193

Please sign in to comment.