Adam Lutz
Adam Lutz
Thanks for addressing these issues @scottrippey. Unfortunately, we're also seeing these last few TS errors that @kaiyoma mentioned above. After upgrading to 36.6.4, we were forced to rollback all the...
Thanks @scottrippey! -- JFYI we are still seeing 4 issues in our build process w/ `36.6.5` ``` node_modules/victory-brush-container/lib/brush-helpers.d.ts(5,41): error TS2694: Namespace '_' has no exported member 'DebouncedFunc'. node_modules/victory-cursor-container/lib/cursor-helpers.d.ts(7,35): error TS2694:...
I would be interested in opting in as a beta tester if it's possible for this feature :) My use case is similar to the above-- I'm hoping to trigger...
Also running into the same problem. FWIW, I posted a work-around for me that installs homebrew, ruby, rbenv, and all gems as intel x86 [here on stackoverflow](https://stackoverflow.com/a/65888172/899160) to get around...
Thanks Chris. Yeah I figured `transistorTrackerParams` was not needed and/or no longer supported. I did try the `findOrCreateTransistorAuthorizationToken` approach outlined in the api docs, and haven't had luck with it....
here it is. I can post my entire test component as well if you'd like, but was trying not to overwhelm the thread here. ``` tracker_host = 'https://xxxxxx.herokuapp.com'; async configure()...