react-drift icon indicating copy to clipboard operation
react-drift copied to clipboard

🤖 Drift Chatbot Widget in React

Results 21 react-drift issues
Sort by recently updated
recently updated
newest added

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

hey! would you consider updating your package.json to indicate compatibility with react 17 & 18? i've been installing with `--legacy-peer-deps` without problem.

When I pass in the userid and/or attributes the component doesn't show anymore on the screen.

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

### Feature Request It would be nice if we could pass props to the script tag. One example use case might be to pass a `nonce` attribute (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#Unsafe_inline_script).

Because the event handlers are being added as script tags, they don't retain their component scope. Example: ``` const DriftWrapper = props => { const isOpen = useSelector(({ drift })...

``` drift.config({ locale: 'en-US', messages: { welcomeMessage: 'Hey there!', awayMessage: "Hey, we're not here right now, but leave a message.", emailCaptureMessage: "Leave your email so we can get back to...

On a real mobile device (iPhone 6s, iOS 12.2) it does not respond reliable on events like opening or closing the chat or typing some message for mobile safari browsers....