Skip to content

Unhandled Runtime Error #14

@LokyStaz

Description

@LokyStaz

I have a strange behavior. All chat and composer from the 26 nov and before are working, but the one from today aren't!
And also, in the history all stuff from today are "stamp" as composer while I used the chat not composer...
Perhaps all that is linked to the update of cursor who changed the composer behavior!

I get an error:
Unhandled Runtime Error
RangeError: invalid date
Source:

src\app\workspace\[id]\page.tsx (122:67) @ toISOString

  120 |               id: selectedComposer.composerId,
  121 |               title: selectedComposer.text || 'Untitled',
> 122 |               timestamp: new Date(selectedComposer.lastUpdatedAt).toISOString(),
      |                                                                   ^
  123 |               bubbles: selectedComposer.conversation.map(msg => ({
  124 |                 type: msg.type === 1 ? 'user' : 'ai',
  125 |                 text: msg.text,

Cursor Info:
Version: 0.43.5
VSCode Version: 1.93.1
Commit: 2eaa79a1b14ccff5d1c78a2c358a08be16a8e5a0
Date: 2024-11-27T09:11:51.854Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions