Lars Douwe Schuitema
Lars Douwe Schuitema
@bietkul Added this one after trying to create our custom style on the data search component.
The documentation reads: > "You must also include chart.js and React as dependencies." Run the following command: `npm install --save chart.js`
> @jackwfrench @albertpratomo @larsdouweschuitema > > Vite is now supported! Check out v11! Please give feedback if it works for you, and when not, please open a ticket and describe...
> Please check: https://github.com/contentful/contentful.js/?tab=readme-ov-file#installation > > It is `import * as contentful from 'contentful'` instead of `import contentful from 'contentful'` :) We we're trying to use `import { createClient} from...
> @larsdouweschuitema I checked our test repository, as we did test with nuxt as well! > > Its based on the `Nuxt 3 Minimal Starter` with minimal adjustments: > >...
> Ohh and @larsdouweschuitema, this error: > > `The requested module '/_nuxt/node_modules/process/browser.js' does not provide an export named 'default'` > > This is from your bundler. I dont know if...