From d7678503f34a9bf658f59f5ba6ac4e1c35a8e025 Mon Sep 17 00:00:00 2001 From: Dan Strokirk Date: Wed, 13 Mar 2024 23:58:59 +0100 Subject: [PATCH] docs: add mention of enableAutoDestroy replacement (#2344) --- docs/migration/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/migration/index.md b/docs/migration/index.md index 23b928651..1e8fad7a8 100644 --- a/docs/migration/index.md +++ b/docs/migration/index.md @@ -324,6 +324,12 @@ If you use snapshot testing and comment nodes are leaking into your snapshots, n This is table for those coming from VTU 1, comparing the two APIs. +### Base API + +| export | notes | +|-------------------|----------------------------------------------------------------------------------| +| enableAutoDestroy | replaced by `enableAutoUnmount` | + ### Mounting Options | option | notes |