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 Apr 25, 2019
1 parent ff33fc8 commit a33c430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/index.js
Expand Up @@ -32,6 +32,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 a33c430

Please sign in to comment.