Burhanuddin Udaipurwala
Results
43
comments of
Burhanuddin Udaipurwala
The webpack-merge PR has been merged. It means that options will now be deep merged. This approach is viable 🎉
@TheLarkInn friendly ping here
How about validating if the regex is valid using `refine` from zod? Something like ```js test: z.string().refine((v) => { // Test if the string is a valid RegExp try {...