Dan Wilt
Dan Wilt
I've installed via `npm install` (and I tried `bower` first even though I saw your last commit was to try and discourage people from using bower) and I can't get...
Hey guys, I wanted to contribute some TypeScript definitions that we used in our project. I tried to do the best I could to infer from the `index.js` how to...
It's awesome that we can now use `addGroup` and `setGroup` but it would be also helpful to be able to create [Group Profile Properties](https://developer.mixpanel.com/docs/javascript#setting-group-profile-properties). There is native support in the...
[According to the documentation](https://developer.mixpanel.com/docs/javascript-full-api-reference#section-mixpanel-time_event) for web, it looks like you can end the `timeEvent` along with custom properties: ```js mixpanel.time_event('Registered'); mixpanel.track('Registered', {'Gender': 'Male', 'Age': 21}); ``` However, in the react...
**Describe the bug** When [this commit](https://github.com/react-dropzone/react-dropzone/commit/a0342520c1192698abaf670f5ad927d15e693610#diff-bfe9874d239014961b1ae4e89875a6155667db834a410aaaa2ebe3cf89820556L67) got merged, this broke Chrome being able to select folders when using the `open` method. **To Reproduce** Codesandbox Link: https://codesandbox.io/s/serverless-sea-isstgt 1. Open up the...
@jdee I've been making my rounds to the various React Native plugins with this request. It'd be great to move the `branch_key` and `branch_app_domain` [that is put in the `Info.plist`...
**Describe the bug** If a parent of `` re-renders for whatever reason, this causes the [`value` of `Provider`](https://github.com/launchdarkly/react-client-sdk/blob/main/src/provider.tsx#L116) to change which causes all consumers of `useFlags` to re-render. To fix...
Is there a way to currently set a current user for bugsnag so errors could be tracked on a user basis?
Hey @SudoPlz, couple of things here. Trying to load up the example project for bugsnag that you have in the repo to confirm if our settings are messed up. We...