diff --git a/src/utils.ts b/src/utils.ts index 75f3227..6430c27 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -4,5 +4,6 @@ export const NON_UNWRAPPABLE_TYPES = [ 'containerComponent', 'leafComponent', 'table', - 'pre' + 'pre', + 'code' ]