Skip to content

Commit

Permalink
fix: do not unwrapp pre
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 19, 2024
1 parent 660cbdd commit 5a98ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export const NON_UNWRAPPABLE_TYPES = [
'componentContainerDataSection',
'containerComponent',
'leafComponent',
'table'
'table',
'pre'
]

0 comments on commit 5a98ba7

Please sign in to comment.