News

I am using plyr-react in a Next.js 14.0.1 environment (also tried with v13) and pages using plyr-react (5.3.0) fail to load or build with errors of type "ReferenceError: document is not defined" ...
ReferenceError: document is not defined at createTag... occurs in higher version of Node (20, 21) So, we (I and my co-worker) decided to fix Node version to 18 and it works fine.