
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
storybook-addon-recoil-flow
Advanced tools
Adds a panel to monitor the entire state of recoil for your story.
The addon can be installed by just installing via npm / yarn then adding "storybook-addon-recoil-flow"
to the addons
array in ./storybook/main.js
.
Ensure that this addon & whichever one is providing the RecoilRoot are in the correct order.
storybook-addon-recoil-flow/dist/register
to the addons arraywithRecoilFlow
from storybook-addon-recoil-flow/dist/decorator
within your story and put it into the decorators
array (in the right order)RecoilRoot
provided by the decoratorRecoilRoot
with overrides
set to false so the method in 1 will work without another decorator (but you'll not be able to set up a custom initialiser)The recoilFlow
parameter has the following optional options:
recoilFlow: {
filter: {
keys: ["AtomOne"],
showConnected: true,
},
},
The keys
array gets used in a .startsWith
to filter out nodes so the long generated SelectorFamilyKeys can be matched with just the manually entered bit.
showConnected
will show nodes which are connected to those in the keys
array as well (defaults to true)
FAQs
Shows a graph of the current recoil state
The npm package storybook-addon-recoil-flow receives a total of 4,763 weekly downloads. As such, storybook-addon-recoil-flow popularity was classified as popular.
We found that storybook-addon-recoil-flow demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.