storybook-addon-remix-react-router icon indicating copy to clipboard operation
storybook-addon-remix-react-router copied to clipboard

storybooks makes outbound request to https://registry.npmjs.org/storybook-addon-react-router-v6/latest

Open ferdicus opened this issue 1 year ago • 8 comments

hi there, first of all, sorry if there is a related ticket to this, i unfortunately wasn't able to find one :(

the question at hand would be: i'm using storybook-addon-react-router-v6 within my storybook setup. on start-up i see, that it's making outbound requests to https://registry.npmjs.org/storybook-addon-react-router-v6/latest (which i assume are to verify, that it's the latest version?)

i'd like to run my stories in a contained, non connected manner i've set up MSW to intercept all of my outbound requests (unsuccessfully tried with the mentioned request as well)

can you let me know/ maybe point me towards an answer how to configure/ disable this behavior?

thanks in advance

DEP DETAILS: "@storybook/addon-a11y": "^7.6.3", "@storybook/addon-essentials": "^7.6.3", "@storybook/blocks": "^7.6.3", "@storybook/react": "^7.6.3", "@storybook/react-vite": "^7.6.3", "msw-storybook-addon": "^1.10.0", "storybook": "^7.6.3", "storybook-addon-react-router-v6": "^2.0.10",

ferdicus avatar Dec 12 '23 07:12 ferdicus