Faizan

Results 10 comments of Faizan

https://github.com/yarnpkg/yarn/pull/4848 never made it into Berry - will this ever get ported?

@getpiyushfar You need to compile and serve your .jsx as .js at a public path (you can use the `entry` config if you're using Webpack) and pass that path to...

@treasurechic Just pass in either the template ID of a template from unlayer.com or a JSON of a template to `editor.loadDesign`

@eladkarakuli Hmm that's an interesting problem. You could trigger a forced re-render of the Editor component whenever the data is updated in order to reflect the changes? This would mean...

Could definitely use this - I think it's universal enough need (that benefits from access to internals) to be considered part of the primitive itself rather than a user-land implementation

~~I've found a workaround by triggering a `visibilitychange` event similar to your [tests](https://github.com/DataDog/browser-sdk/blob/2dcd8db0712ceb688ed5157b1d73873ec5caed5b/packages/core/src/browser/pageExitObservable.spec.ts#L68) but unsure what the downstream implications of this could be.~~ EDIT: The workaround does not work

@bcaudan From what I understand, that's functionality equivalent to a manual flush so I believe it would be :) Does `stopSession()` have a delay, or is it a synchronous call?...

I'm running Datadog inside a Chrome extension - the flush interval seems enormous to the point that I don't get most of my logs because the extension is minimized before...

https://github.com/DataDog/browser-sdk/issues/767