This package throws an error after upgrading to Next 14 Apparently the issue is resolved when you change `global.WordCloud = WordCloud` to `globalThis.WordCloud = WordCloud`
This package throws an error after upgrading to Next 14
Apparently the issue is resolved when you change
global.WordCloud = WordCloudtoglobalThis.WordCloud = WordCloud