Graham Thomas
Graham Thomas
Ah, there's a slight difference between the example above and my code. I was initializing `selectedFruit` as an empty array, and then populating it in an onMount function, like this:...
Encountered the same problem. Not at all ideal, but ended up running it globally in `_document.ts` using the suggested tag approach to unblock myself.
@dokgu For what it's worth, I've spun-up a fresh NextJS install of the latest version, and did not run into this issue--rrweb module imports work. package.json version: ``` "next": "14.1.0",...
It appears the rrweb-player package intentionally omits a significant number of the options available to the rrweb.Replayer, including plugins. ... | - | all the rrweb Replayer options will be...