NotFoundError: The object can not be found here.
- Dominant language
- Ruby
- Stars
- 548
- Forks
- 168
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 28
Description
## Error
```
The object can not be found here.
```
## Stack trace
```
../app/javascript/components/editor/AssistantChat/AssistantChatStartState.tsx:51 in AssistantChatStartState
../app/javascript/components/editor/AssistantChat/AssistantChatPanel.tsx:42 in AssistantChatContent
../app/javascript/components/common/Tab.tsx:58 in TabPanel
../app/javascript/components/common/SplitPane.tsx:16 in SplitPane
../app/javascript/components/Editor.tsx:92 in Editor_default
../node_modules/@sentry/react/src/errorboundary.tsx:101 in new ErrorBoundary
../node_modules/@tanstack/react-query/src/QueryClientProvider.tsx:30 in QueryClientProvider
```
## Tracking Details
- **Project**: exercism-js
- **Sentry**: [NotFoundError: The object can not be found here.](https://thalamus-ai.sentry.io/issues/145152165/)
- **Culprit**: removeChild([native code])
- **First seen:** Sep 5, 2026
Contributor guide
Research direction
Start at app/javascript/components/editor/AssistantChat/AssistantChatStartState.tsx:51, then trace the surrounding AssistantChatPanel.tsx and Editor.tsx entries shown in the stack trace. Reproduce the AssistantChat error and inspect the removeChild failure reported by Sentry. Done means opening the affected editor state no longer produces “The object can not be found here.”
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100