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
Make sure to fork this template and run yarn generate in the terminal.
Please make sure Mesh package versions under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
As per the documentation it appears that the http-details-extension should evaluate and respect the result of its if option. This doesn't appear to be the case, as no matter what I put into the if it is always enabled.
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
As per the documentation it appears that the http-details-extension should evaluate and respect the result of its
if
option. This doesn't appear to be the case, as no matter what I put into theif
it is always enabled.To Reproduce
Steps to reproduce the behavior:
Configure the plugin as per the documentation and attempt to disable it using the
if
.(Hopefully this works, i'm a java developer just dipping me feet in, and i find these online editors really obtuse)
https://codesandbox.io/s/trusting-feistel-t5wljl
Expected behavior
If the
if
evaluates to false, the extension does not output.Environment:
The text was updated successfully, but these errors were encountered: