login-flow
login-flow copied to clipboard
Is it possible to have two "export default" in the same class?
There are two "exports default" in the file "login-flow/js/components/App.react.js"
"export default App;" line 26
"export default connect(select)(App);" line 38
Is it correct ?
No, that doesn't work. It should be export App
on line 26
Can I submit PR on this issue?