Replies: 1 comment
|
I don't know the full detail yet, but this is happening because of multiple prettier versions - I think v2 breaks in this way and v3 does not. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have code that looks like this:
And a config like this:
When I run it with the plugin, it strips all the type arguments and I end up with:
Seems like this really shouldn't happen?
All reactions