What happens when we set flex-basis and the flex item is bigger than its container?

The flex item still shrinks to fit the containerThey stay the flex-basis size and overflow the container

The flex item still shrinks to fit the container.