### Is there an existing issue for this? - [x] I have searched the existing issues ### Which Mux Elements/Packages does this apply to? Select all that apply mux-player-react ### Which browsers are you using? Chrome ### Which operating systems are you using? macOS ### Description When the `playbackId` is missing from the MuxPlayer, the clipping does not work. It should work when a src is provided, but no `playbackId`. ### Reduced test case _No response_ ### Steps to reproduce 1. Select this configuration for the react mux player. Notice how clipping doesn't work as expected. ``` <MuxPlayer src={YOUR_VIDEO_SRC_HERE} assetStartTime={10} assetEndTime={20} /> ``` ### Current Behavior Clipping does not work. ### Expected Behavior Clipping should work. ### Errors _No response_ ### What version of the package are you using? _No response_