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 6dd346c commit 4f171eaCopy full SHA for 4f171ea
native.js
@@ -0,0 +1 @@
1
+module.exports = require('./lib/native');
src/components/createInject.js
@@ -31,7 +31,7 @@ export default function createInject(React) {
31
32
return function wrapWithInject(WrappedComponent) {
33
class Inject extends Component {
34
- static displayName = `Inject(${getDisplayName(WrappedComponent)})`;
+ static displayName = `inject(${getDisplayName(WrappedComponent)})`;
35
static WrappedComponent = WrappedComponent;
36
37
static contextTypes = {
0 commit comments