From 835542de29f5ec5423b9d66669ebf195450e69b8 Mon Sep 17 00:00:00 2001 From: Dan Strokirk Date: Fri, 16 Feb 2024 20:21:39 +0100 Subject: [PATCH] docs: add mention of enableAutoDestroy replacement --- 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 |