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 958baaa commit eefe9cbCopy full SHA for eefe9cb
__tests__/staticProps.test.js
@@ -1,5 +1,5 @@
1
-import { Component, PureComponent } from 'react'
2
-import { easyComp, easyStore } from 'react-easy-state'
+import { Component } from 'react'
+import { easyComp } from 'react-easy-state'
3
4
describe('static props', () => {
5
test('easyComp should proxy react specific static properties from the component', () => {
0 commit comments