jb
jb
## Describe the bug A clear and concise description of what the bug is. I've forked the sandbox demo and upgraded to ``` "next": "12.0.10", "next-redux-wrapper": "7.0.5", "react": "17.0.2", "react-dom":...
Many PRs and bugs have been opened and not addressed ? Are you still working on it ?
Hello Thanks for putting this boilerplate together. I've been banging my head against the wall to use es module with jest, tried everything and always fieled. Been stuck on this...
Hi @ScriptedAlchemy, Any plan to use hooks instead of HOCs in the library ?
Hi @ScriptedAlchemy, Just wanted your input regarding the future of the library knowing the recent works that have been done in the react library. React Lazy provides now a way...
I'm following this tutorial https://github.com/aral/vite-plugin-ssr-with-tls `npm run dev` => works `npm run prod` => fails with: ``` Module not found: Error: Can't resolve '.' in '/Users/jb/Documents/vps-webpack-5-reproduction/node_modules/@small-tech/auto-encrypt/lib/staging' @ ./node_modules/@small-tech/auto-encrypt/index.js 18:0-60 132:8-22...
Thanks for this !! It really helps ! @danschultzer Could you tell me if that type of deployment would also replicate genserver across all nodes ?
Hello, I doubt I'll get an answer but who knows :) I'm just trying to test a background job within a cluster but the job never starts within the cluster....
**Describe the bug** useEffect() with non primitive values used in dependencies causes unwanted side effects. For example a list in a parent component is passed to a child component, which...