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
There are two main options for the rule:
{"enforceDynamicLinks": "always"} enforces the rule if the href is a dynamic link (default)
{"enforceDynamicLinks": "never"} does not enforce the rule if the href is a dynamic link
This didn't do anything for me. "react/jsx-no-target-blank": 2, works fine, but it wasn't really clear if that is indeed what you're meant to do.
Thanks
The text was updated successfully, but these errors were encountered:
Personally I find that doc page pretty unclear if you just quickly looking for the rule. I'll try and update it a little later on, similar to this style
Maybe I'm missing something, but for the jsx-no-target-blank rule it says:
This didn't do anything for me.
"react/jsx-no-target-blank": 2,
works fine, but it wasn't really clear if that is indeed what you're meant to do.Thanks
The text was updated successfully, but these errors were encountered: