I recently upgraded DownshiftJS to 7.0.0, but it's breaking Storybook:
ERROR in ./node_modules/downshift/dist/downshift.esm.js 2598:27
Module parse failed: Unexpected token (2598:27)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| props: latestProps
| } = latest.current;
> const item = itemProp ?? items[indexProp];
| const index = getItemIndex(indexProp, item, latestProps.items);
| const itemHandleMouseMove = () => {
I don't have any custom Webpack configuration for Storybook, and I don't know if I need any to solve this.