Many errors occurred during conversion from react to solid, I am trying to convert remix-ui, I think its the best ui library that if converted to solid would benefit a lot and also after shadcn-ui
Here's the error
```
throw new ManipulationError(sourceFile.getFilePath(), oldFileText, newFileText, message);
^
ManipulationError: Manipulation error: A syntax error was inserted.
file.tsx:244:26 - error TS1003: Identifier expected.
244
~
file.tsx:244:78 - error TS1382: Unexpected token. Did you mean `{'>'}` or `>`?
244
~
Error replacing tree: The children of the old and new trees were expected to have the same count (5:3).
-- Details --
Path: /file.tsx
Text: "... should return to the open button\r\n \r\n\r\n
Many errors occurred during conversion from react to solid, I am trying to convert remix-ui, I think its the best ui library that if converted to solid would benefit a lot and also after shadcn-ui
Here's the error
``` throw new ManipulationError(sourceFile.getFilePath(), oldFileText, newFileText, message); ^ ManipulationError: Manipulation error: A syntax error was inserted. file.tsx:244:26 - error TS1003: Identifier expected. 244