Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
Currently the playground is pinned to thelatest
version.
It used to just usemain
, but we changed that as part of resolving#5939.
Unfortunately now it's not possible for us to test the playground against the latest code!
We should add a picker that lets us switch betweenlatest
,canary
or any other "blessed" tags (egrc-v6
) so that we can test and show things as fixed in specific tags.
As an example -#6077 was fixed in#6059, but you can't see that in the playground:
I had to manually test locally to verify that it had indeed been fixed!