William Dibbern

Results 8 comments of William Dibbern

@Skinner927 The [`bridge.js`](https://github.com/gotdibbs/grunt-html-inspector/blob/master/tasks/includes/bridge.js) file is the default bridge. The way it works is after the page has loaded, the JavaScript file is injected into the currently loaded page, parsed, and...

I would love to see these changes implemented. As is, it is impossible to contribute without a DevExpress license since v.11 isn't available as a trial. Is this repository still...

@prescottprue I think I just reproduced this issue in my own app. I've whipped up a sample here: https://codesandbox.io/s/firestore-sort-demo-3izym (relevant code is in `components\Sort\Sort.js`. Sorry in advance for the ugliness...

@prescottprue Thanks for the quick response! I think I've uncovered the issue. I found `ReactReduxFirebaseProvider` calls `createFirebaseInstance` each time it is rendered. In [`createFirebaseInstance`](https://github.com/prescottprue/react-redux-firebase/blob/next/src/createFirebaseInstance.js#L35) `firebase._` is recreated anew each time....

@sbtgE I've corrected the underlying issue in [my fork](https://github.com/gotdibbs/react-redux-firebase/commit/111252583982b758766e1e9d09d76586f7e0c0a5) but I haven't had time to sort out where the unit test fits in yet. The workaround is to move the...

@prescottprue You bet, just couldn't figure out where the test fit in was all so would appreciate thoughts there.

I'm having the same issue with on `v3`. It appears as though `authActions.init` never gets invoked so there is no listener setup for successful logins. I'm not sure where the...

Just a quick note here that we've also run into this memory leak in production and it caused us to attempt to reshape how we scale our services that were...