Skip to content

Commit

Permalink
Fix reference to invariant
Browse files Browse the repository at this point in the history
Reviewed By: davidaurelio, bvaughn

Differential Revision: D5274530

fbshipit-source-id: 0b75976bb91b530a371521d5381a3d53f0ad2640
  • Loading branch information
javache authored and facebook-github-bot committed Jun 19, 2017
1 parent 8377b30 commit 3e4a892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Inspector/Inspector.js
Expand Up @@ -26,7 +26,7 @@ const UIManager = require('UIManager');
const View = require('View');

const emptyObject = require('fbjs/lib/emptyObject');
const invariant = require('invariant');
const invariant = require('fbjs/lib/invariant');

export type ReactRenderer = {
getInspectorDataForViewTag: (viewTag: number) => Object,
Expand Down

1 comment on commit 3e4a892

@janicduplessis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javache I made this a while back, not sure how it would integrate with fb internal tooling but it could help #13014

Please sign in to comment.