I'm trying to use it, but the remotion Player component throws the following error:
use-current-frame.js:16 Uncaught Error: useCurrentFrame can only be called inside a component that was passed to <Player>. See: https://www.remotion.dev/docs/player/examples
I'm trying to use TransitionSeries with IntroComposition and OutroComposition remotion composition components:
Hey, thanks for the lib!
I'm trying to use it, but the remotion
Player
component throws the following error:I'm trying to use
TransitionSeries
withIntroComposition
andOutroComposition
remotion composition components:And my composition components use the
useCurrentFrame()
hook inside.Is it possible to somehow use
useCurrentFrame
in that case?