In my case, I didn't import a utility function, i.e.
import { myUtilityFn } from '.' ... export const Default: Story = { args: { myUtilityFn, }, }