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
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
I noticed that commenting out a line using Ctl+/ results in html-style comment symbols: ex) <!-- import {Link} from 'raviger'; --> which causes errors.
Shouldn't the commenting produce this: {/*import {Link} from 'raviger';*/}
I am using sublime 4126 on Linux Mint 20, so I was wondering if this is a platform specific problem?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that commenting out a line using Ctl+/ results in html-style comment symbols: ex)
<!-- import {Link} from 'raviger'; -->
which causes errors.Shouldn't the commenting produce this:
{/*import {Link} from 'raviger';*/}
I am using sublime 4126 on Linux Mint 20, so I was wondering if this is a platform specific problem?
The text was updated successfully, but these errors were encountered: