Version: v10.0.0-beta2
Consider this little snippet:
export default function Foo(props) {
return (
<div>
<Foo>
</Foo>
</div>
);
}
And now try to comment/uncomment an inner block of code, ie:

You can see 2 examples of comment/uncomment not working:
- If i select a block of code and comment/uncomment without selecting anything else will fail
- If i select a block of code, comment and then I reselect the entire commented block it will also fail
Version: v10.0.0-beta2
Consider this little snippet:
And now try to comment/uncomment an inner block of code, ie:
You can see 2 examples of comment/uncomment not working: