grazianodev
grazianodev
# Bug report ## Description / Observed Behavior I have created a simple component that fetches a list of posts via GraphQL requests (cursor-based) using useSWRInfinite. Apparently everything works fine,...
**Do you want to request a *feature* or report a *bug*?** I want to request a feature **What is the current behavior?** Currently, when using toast.promise you can only set...
#### What are you trying to achieve? I'd like to override config values rather than merging them when using environments. #### What do you get instead? Config values are merged....
Hi, I have read [this post](https://theaveragedev.com/activating-plugins-in-wordpress-tests/) of yours on using environments to activate a plugin in a test, and I hope you can help with two questions that I have....
Hello, I've installed pino-sentry in a Next.js project, however even by just importing from the package like this: ``` import pino from "pino" import { createWriteStream } from "pino-sentry" module.exports...
Validation error not thrown when providing an invalid relation type for a polymorphic relation field
### Link to reproduction _No response_ ### Describe the Bug When providing data to create/update a polymorphic relation field, if the relation type indicated in the data is not one...