Paul Singh
Paul Singh
### Link to the code that reproduces this issue https://github.com/PaulSinghDev/prepend-data-nextjs-issue ### To Reproduce 1. Setup the prependData flow using `sassOptions` 2. Create a styles folder 3. Add a partial for...
## Description The current floating link element exposes no button to trigger the insertion and relies on the user pressing enter. This is not a problem in itself but, if...
I encountered an issue whereby having the plate editor nested within a `` lead to the `` triggering the form's submission method. This meant that the link element was never...
## Description When using plate as a package within an Monorepo it seems to have issues passing type verification when the types defined for `react/canary` are not in the same...
Update NavigationMenuTrigger to ensure that it only adds the chevron component when the asChild prop is falsy to prevent the React.only error from occurring Addresses the follow bug report I...
### Describe the bug When you use the `asChild` prop and pass your child to the `` component I am receiving the `Next.js: Error: React.Children.only expected to receive a single...