Beto Garcia
Beto Garcia
Package subpath './nuxt' is not defined by "exports" in /node_modules/@vueuse/motion/package.json
Added Space to only include the exact composite name tag Ex: Add amp-story-player and not the amp-story
Added this new AMP-STORY tags: 'amp-story-360': { version: '0.1' }, 'amp-story-auto-analytics': { version: '0.1' }, 'amp-story-interactive': { version: '0.1' }, 'amp-story-panning-media': { version: '0.1' }, 'amp-story-player': { version: '0.1' },
## 📖 Out-of-Date Documentation ### Problem Delete Twitter as Supported Platform since Twitter retired AMP support in Q4 of 2021 https://developer.twitter.com/en/docs/twitter-for-websites/amp/overview ### Location Find Twitter on every mention like: On...
Anyone has a working nuxt3 example? Have tried: file: flipbook.client.ts `import Flipbook from 'flipbook-vue' export default defineNuxtPlugin((nuxtApp) => { return { provide: { Flipbook } } })`
Following guide at https://bentojs.dev/documentation/guides/bento-next.js-guide/ and gets this error: ReferenceError: self is not defined
Following guide at https://bentojs.dev/documentation/guides/bento-next.js-guide/ and gets this error: ReferenceError: self is not defined Maybe bento expects window? And next is SSR?