sin

Results 10 comments of sin

Usually, if @types is not available, the following method is used. 1. Putting this file 'revealjs.d.ts' to /types directory ```ts // revealjs.d.ts declare module 'reveal.js' { // Please define this...

Reverted because there was an extra commit.

```tsx import React from 'react'; import { ReactElement } from 'react'; import Sticky from 'react-stickynode'; const Test = (): ReactElement => { return ( Nav Hello, World {[...Array(8)].map((_, i) =>...

When you update from `undefined` to `null`, no change? ```ts mutate(() => true, null, { revalidate: false }); ```

It might be to differ a behavior, but I tried to take to use `` instead of ``, then it had no error. - "react": "18.1.0", - "@mui/material": "^5.7.0", ```tsx...

I wrote a new issue here. https://github.com/codler/react-ga4/issues/72

@EPGDigital-MW Thanks for the advice, I'll give it a shot! I'll post more on this ish if I find anything else.

I tried this approach, but it seems that `page_view` is still being sent in my environment...

Thanks for the advice! ```tsx ReactGA.initialize(TRACKING_ID, { gaOptions: { send_page_view: false, } }); ``` It still doesn't seem to work...

I see, so you are saying that the GA side of the configuration needs to be changed. I'll have to check it out.