login-flow icon indicating copy to clipboard operation
login-flow copied to clipboard

Is it possible to have two "export default" in the same class?

Open h0ttz opened this issue 8 years ago • 2 comments

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 ?

h0ttz avatar Sep 29 '16 12:09 h0ttz

No, that doesn't work. It should be export App on line 26

mxstbr avatar Sep 29 '16 13:09 mxstbr

Can I submit PR on this issue?

komkanit avatar Feb 19 '17 08:02 komkanit