You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason it breaks is because Github doesn't parse it as JSX since it's written in a .js file instead of .jsx. See github-linguist/linguist#3144 and github-linguist/linguist#3677.
I would consider converting the files to .jsx instead which also makes it easier for text editors to use the correct syntax highlighting.
https://github.com/tink-ab/tink-connect-example/blob/master/client/src/Callback.js has an issue with the
'
which makes the file unnecessary hard to read. Consider changingdon't
todo not
.The text was updated successfully, but these errors were encountered: