Alex Shevchenko
Alex Shevchenko
waiting for this one as well
I don't remember what was the problem exactly. but this is correct entry point for latest version: ``` import Fastify from 'fastify'; import awsServerlessExpress from 'aws-serverless-express'; import api from './api';...
Can you share the code?
Adding a job with an existing ID will do nothing (by default), it will be great to have an option to "overwrite" the job instead. Waiting for this feature. Also,...
How do you control the threshold? I'm using a pinecone and it always returns some document
Same here. Each new mount new Component is created but old one is never removed. and the destructor is never called. ``` export const Default = ({ anchor }) =>...
Ok so I debugged the code and looks like the issue is at this line `mountState.hostSet.delete(el)` once element was removed from DOM we need also to call `root.unmount()` @louisgv Can...