4tmr
4tmr
``` gtm: { enabled: true, id: 'G-XXXXXXXXX', pageTracking: true, scriptURL: 'https://www.googletagmanager.com/gtag/js' }, ```
@rlam3 new version changed not use the old script any more
@danielroe I think the problem there is similar. I made a ```Page``` component with several slots to move some codes from layout into ```Page``` component. In every page i imported...
@danielroe https://github.com/jhd4tmr/bug 1. git clone [https://github.com/jhd4tmr/bug.git](https://github.com/jhd4tmr/bug.git) 2. cd bug 3. yarn install 4. yarn dev 5. open this url: [http://localhost:3000](http://localhost:3000) ```Slot "default" invoked outside of the render function: this will...
> For now, this is what I have done to silence the warning. > > ```ts > { > build: { > sourcemap: true, > rollupOptions: { > onwarn(warning, defaultHandler)...
tsconfig ``` "compilerOptions": { } ``` "composite": false, ~~"declaration": true,~~ ~~"declarationMap": true,~~
@felixmosh I tried several ways, including nextjs's webpack configuration, but none of them worked. Your solution should be the same as me copying node_modules/@bull-board/ui directly to standalone in ci/cd. It...