feat(core): export lodash setWith (#7570)

This commit is contained in:
siam
2026-08-21 16:17:17 +08:00
committed by GitHub
parent c40c1165ee
commit f37937c4e2
+1 -1
View File
@@ -14,4 +14,4 @@
* limitations under the License.
*/
export { debounce, get, merge, mergeWith, set } from 'lodash-es';
export { debounce, get, merge, mergeWith, set, setWith } from 'lodash-es';