NotImplementedError: Not implemented feature for syntax kind 'ParenthesizedExpression'.
at throwNotImplementedForSyntaxKindError (webpack-internal:///(rsc)/./node_modules/@ts-morph/common/dist/ts-morph-common.js:431:15)
at Object.throwNotImplementedForNeverValueError (webpack-internal:///(rsc)/./node_modules/@ts-morph/common/dist/ts-morph-common.js:448:20)
at getContainerChildren (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:398:30)
at getNodes (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:277:24)
at getNodes.next (<anonymous>)
at Function.from (<anonymous>)
at CommentNodeParser.getOrParseChildren (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:225:30)
at ExtendedParser.getContainerArray (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:440:34)
at ArrowFunction._getCompilerStatementsWithComments (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:11652:39)
at ArrowFunction.getStatementsWithComments (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:11332:25)
at Object.getIndexedChildren (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:11676:48)
at insertIntoBracesOrSourceFileWithGetChildren (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:2591:32)
at ArrowFunction._insertChildren (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:11674:20)
at ArrowFunction.insertVariableStatements (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:11595:25)
at ArrowFunction.insertVariableStatement (webpack-internal:///(rsc)/./node_modules/ts-morph/dist/ts-morph.js:11592:25)
at insertTransCodeForJSXFunction (webpack-internal:///(rsc)/./src/app/api/i18n/update/route.ts:97:10)
Expected behavior
JSX node can transform successfully . Sorry for the JSX code is so long .
Describe the bug
Version:23.0.0
Transform JSXText Node "Explore it" to JsxExpression not worked .
To Reproduce
Expected behavior
JSX node can transform successfully . Sorry for the JSX code is so long .