Steven Nance
Steven Nance
I know this is an old issue, but is there any reason not to setup the ca [with `unique_subject = no` instead of `yes`](https://www.openssl.org/docs/man1.1.1/man1/openssl-ca.html) to avoid this issue? >If the...
Removing the `destroyComponentRef` call works for us as well. That seems like something that would create a memory leak though right?
Sorry to bump an old thread, but has anyone found a working solution here? Just started seeing this in our production containers after a recent update to php 7.4.
@milkisevil I'm beginning to think the same thing. I'm currently running into an issue using the module with Nativescript where I need to call `.navigate()` on a module `RouterExtensions` instead...
@brandonroberts Thanks for the quick response. That's great news!
A little late in response, but there is an [`electrode-ui-config`](https://www.npmjs.com/package/electrode-ui-config) which I'm assuming is what @ananavati was hinting at.
This also seems related to #65. Adding the following to a file referenced in `setupFielsAfterEnv` fixes it for me: ```ts import React from "react"; // whatever else you need in...
@albertodeago Np. Not sure if you specifically need to use `esbuild`, but if not [@swc/jest](https://github.com/swc-project/jest) is just as fast (if not faster) than `esbuild-jest` and doesn't have any of these...
We use redis config url string rather than config objects in our configs. We are currently doing a bit of extra processing to support the config for this lib. Right...
@dabroek Have you had a chance to look at this by chance?