Closed lttb closed 4 years ago
If we consider the component like this:
export default class MyComponent extends React.Component { // ... }
reselector will resolve just {default: 'hash'}
{default: 'hash'}
it should be also handy to resolve the component's name: {default: 'hash', MyComponent: 'hash'}
{default: 'hash', MyComponent: 'hash'}
If we consider the component like this:
reselector will resolve just
{default: 'hash'}
it should be also handy to resolve the component's name:
{default: 'hash', MyComponent: 'hash'}