Closed hmnd closed 3 months ago
fixes #464
Previously, FormPathArrays accepted any type, but only worked when an Array was passed. Now, if the passed value is not an Array, it will be converted to an array to ensure consistent path filtering.
FormPathArrays
The latest updates on your projects. Learn more about Vercel for Git ↗︎
fixes #464
Previously,
FormPathArrays
accepted any type, but only worked when an Array was passed. Now, if the passed value is not an Array, it will be converted to an array to ensure consistent path filtering.