Chuck Carpenter

Results 54 comments of Chuck Carpenter

Thanks for the solution branch for this @SpenceDiNicolantonio. That helps a lot. :+1:

Sure, we're doing this with the fix branch installed: ``` javascript const istanbul = require( 'browserify-istanbul' ), isparta = require( 'isparta' ); module.exports = function( config ) { config.set( {...

@rwwagner90 this is an edge case and getting stale. I suggest we close it and happy to take a new PR based on your suggestions if @Rzr7 would like.

Seems like something as simple as `const isServerSide = typeof window === 'undefined'` and then a noop return if true.

@rwwagner90 that's how Next.js does the SSR check, seems to work for them.

@rwwagner90 perhaps just in the Tour constructor?

@EmNicholson93 anything else you'd need to start this one?

Committed suggestion, so back to you @tony-sull

@rwwagner90 what is `facebook`?

I can definitely see a clear use case where this wouldn't create a Tether until `BODY` was available. I'd be open to either a polling function or Mutation Observer option...