#Wrapping all loaders/actions
1 messages · Page 1 of 1 (latest)
If you're using a custom server yes
I am looking to wrap loaders individually, and with a custom server I would be wrapping everything in the same async local storage
So were you able to wrap? I made an Express middleware that has asyncLocalStorage.run(store, () => next()), but I asyncLocalStorage.getStore() gives me undefined.