scientist-softserv / webstore-component-library

A React component library intended for use with WebStore applications.
https://www.npmjs.com/package/@scientist-softserv/webstore-component-library
2 stars 0 forks source link

next link story arg update #178

Closed alishaevn closed 1 year ago

alishaevn commented 1 year ago

story

update the nextlink component story "path" arg to match the prop type.

path: PropTypes.exact({
  pathname: PropTypes.string.isRequired,
  query: PropTypes.shape({}),
}).isRequired

expected behavior