Yusinto Ngadiman
Yusinto Ngadiman
@drewcorlin1 are you able to share more information about this please? * Is this happening in dev only or in production or both? * Please share some of the application...
Thank you, we will investigate. Internally logged as 213182.
Thank you for your submission. This has been filed internally as 194027 and we will discuss it.
Thank you for submitting this PR. We will review and provide an update soon.
Thank you for the detailed report. In order to assist in debugging, I spent time to simplify your sample code to bare minimum. Please see my simplified code [here](https://github.com/launchdarkly/react-client-sdk/blob/yus/debug-identify-user/examples/typescript/src/App.tsx). Points...
Thanks for reporting this. Are you able to share the number of flags involved when you start noticing the performance degradation please? If possible also please provide some metrics of...
Thank you for reporting this. We will investigate and provide an update soon. Internally logged as 213181.
We could try catch the react error `dispatcher is null` but we follow the [react's team design](https://github.com/facebook/react/issues/20003#issuecomment-806089507) to let the application do this. You can easily wrap a try catch...
Thank you for your request. We are in progress of making major updates to our js sdks including the React SDK. In a future version, the React SDK should support...
Our [umd package](https://unpkg.com/browse/[email protected]/) should work with amd as well and I have verified this. The issue is if requirejs or amd is used, please use the named import rather than...