This is not the component being storied
+This is some context out of the page.
+The current path is: {pathname}
+{label}
+This is the index content
+Current path is: {pathname}
+ > + ); + }, + parameters: { + reactRouter: reactRouterParameters({ + routing: { + useStoryElement: true, + path: '*', // Regardless of the current path, render the story + }, + }), + }, + decorators: [withRouter], +}; +export default meta; + +type Story = StoryObj