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
This is likely due to the regex being strict using \w so non-alphanumeric characters in the comment causes it to not be picked up; it can be switched by using \S, though I feel current behaviour is also fair. Just raising this, but if you desire to keep it this way, please feel free to close this issue.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Any
Reproduction
This would work brilliantly:
But not this:
See example: https://stackblitz.com/edit/github-tvia8w?file=registry.tsx
Describe the bug
This is likely due to the regex being strict using
\w
so non-alphanumeric characters in the comment causes it to not be picked up; it can be switched by using\S
, though I feel current behaviour is also fair. Just raising this, but if you desire to keep it this way, please feel free to close this issue.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: