The plugin works perfectly on nextjs v14.1.1 but once you install nextjs v14.1.2 everything breaks. Nextjs complains that I need to use the 'use client' directive for the external component library I added to the plugin config. Any fixes?