Hi all,
I try to compile release 3.4 (git co v3.4.0) and the check-client-style is not passing
/....../go/src/github.com/mattermost/platform/webapp/components/edit_channel_purpose_modal.jsx
217:1 error Parsing error: Only one default export allowed per module
/...../go/src/github.com/mattermost/platform/webapp/components/error_bar.jsx
140:1 error Parsing error: Only one default export allowed per module
/...../go/src/github.com/mattermost/platform/webapp/components/rename_channel_modal.jsx
311:1 error Parsing error: Only one default export allowed per module
Any clue of what I am missing,
Thanks.
Jean-Yves