Skip to content

Commit

Permalink
fix: do not unwrapp code
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 19, 2024
1 parent 965471f commit 83e9aaa
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 @@ -4,5 +4,6 @@ export const NON_UNWRAPPABLE_TYPES = [
'containerComponent',
'leafComponent',
'table',
'pre'
'pre',
'code'
]

0 comments on commit 83e9aaa

Please sign in to comment.