Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Runtime Error #14

Open
LokyStaz opened this issue Dec 3, 2024 · 3 comments
Open

Unhandled Runtime Error #14

LokyStaz opened this issue Dec 3, 2024 · 3 comments

Comments

@LokyStaz
Copy link

LokyStaz commented Dec 3, 2024

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

@jalr4ever
Copy link

I got this ISSUE too.

image

@felixbhw
Copy link

felixbhw commented Dec 7, 2024

+1

@qiaogaojian
Copy link

me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants