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
Expected behavior
After the step 6 above, there shouldn't be a warning from VS Code ("selector does not exist") since the selector exists and is rendered on the page.
Screenshot and video
Desktop (please complete the following information):
OS: Windows 10 Enterprise
Version 21H2
Additional context
The problem seems to be linked to Windows. My fellow students who use MacOS haven't encountered the issue, but the others with Windows have. Also, it doesn't always get reproduced: in the GIF I added two selectors before getting the warning on the third one.
The text was updated successfully, but these errors were encountered:
Describe the bug
A newly created ruleset is rendered on the React page but VS Code gives a warning that that selector does not exist.
To Reproduce
Steps to reproduce the behavior:
add sass
. Run the commandpnpm start
to start the localhost.<div className={styles.newSelector}></div>
).Expected behavior
After the step 6 above, there shouldn't be a warning from VS Code ("selector does not exist") since the selector exists and is rendered on the page.
Screenshot and video


Desktop (please complete the following information):
Additional context
The problem seems to be linked to Windows. My fellow students who use MacOS haven't encountered the issue, but the others with Windows have. Also, it doesn't always get reproduced: in the GIF I added two selectors before getting the warning on the third one.
The text was updated successfully, but these errors were encountered: