react-use-intercom icon indicating copy to clipboard operation
react-use-intercom copied to clipboard

☎️ React Intercom integration without the hassle, powered by hooks.

Results 15 react-use-intercom issues
Sort by recently updated
recently updated
newest added

Bumps [cypress](https://github.com/cypress-io/cypress) from 8.7.0 to 10.6.0. Release notes Sourced from cypress's releases. v10.6.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0 v10.5.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0 v10.4.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0 v10.3.1 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1 v10.3.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0 v10.2.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0...

dependencies

Bumps [size-limit](https://github.com/ai/size-limit) and [@size-limit/preset-small-lib](https://github.com/ai/size-limit). These dependencies needed to be updated together. Updates `size-limit` from 7.0.3 to 8.0.1 Changelog Sourced from size-limit's changelog. 8.0.1 Fixed config and modifyEsbuildConfig options (by Angelo...

dependencies

Hi, I'm using `nextjs `and trying to integrate with `intercom` then I found the issue: When opening the chat box and then clicking on the close button, the material UI...

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.1.0 to 18.2.0 Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM Provide...

dependencies

It seems like `window.intercomSettings` isn't used in SPAs, according to https://github.com/devrnt/react-use-intercom/pull/481#issuecomment-1148940938. This is confirmed by someone from Intercom. We should follow this up and check for updated documentation, so we...

Is this going to work?

## Feature It would be great to have the ability to get the unread count via the hook. ```js const { unreadCount } = useIntercom(); ``` The primary driver behind...

enhancement

Hi, it would be great to add generics for specifics functions like `trackEvent` something like: ```ts trackEvent: (event: string, metaData?: T) => void; ``` Thanks!

enhancement

Bumps [cypress](https://github.com/cypress-io/cypress) from 8.7.0 to 10.10.0. Release notes Sourced from cypress's releases. v10.10.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-10-0 v10.9.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-9-0 v10.8.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-8-0 v10.7.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-7-0 v10.6.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0 v10.5.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0...

dependencies

There is a typo (transposed words) in this section of the README: https://github.com/devrnt/react-use-intercom#intercomprops Change: ``` in react-use-intercom are these camel cased. ``` to ``` in react-use-intercom these are camel cased....