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

[Memos] ...went wrong #16008

Open
orime opened this issue Dec 23, 2024 · 2 comments · May be fixed by #16023
Open

[Memos] ...went wrong #16008

orime opened this issue Dec 23, 2024 · 2 comments · May be fixed by #16023
Assignees
Labels
bug Something isn't working extension: memos Issues related to the memos extension extension Issues related to one of the extensions in the Store

Comments

@orime
Copy link

orime commented Dec 23, 2024

Extension

https://www.raycast.com/JakeYu/memos

Raycast Version

1.87.5

macOS Version

No response

Description

Error:

TypeError: Cannot convert undefined or null to object

pl:sendMemoForm.tsx:15:41

---
12: }
13: 
14: export default function SendMemoFormCommand(): JSX.Element {
15:   const { isLoading, data: existTags } = getTags()

### Steps To Reproduce

TypeError: Cannot convert undefined or null to object

pl:sendMemoForm.tsx:15:41

---
12: }
13: 
14: export default function SendMemoFormCommand(): JSX.Element {
15:   const { isLoading, data: existTags } = getTags();
16:   const [nameError, setNameError] = useState<string>();
17:   const [files, setFiles] = useState<string[]>([]);
18:   const [createdMarkdown, setCreatedMarkdown] = useState<string>();
---

Ir:index.js:8:2593
    at ray-navigation-stack
No:index.js:8:2094

### Current Behaviour

_No response_

### Expected Behaviour

_No response_
@orime orime added bug Something isn't working extension Issues related to one of the extensions in the Store labels Dec 23, 2024
@raycastbot raycastbot added the extension: memos Issues related to the memos extension label Dec 23, 2024
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @JakeLaoyu you might want to have a look.

💡 Author and Contributors commands

The author and contributors of JakeYu/memos can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@JakeLaoyu
Copy link
Contributor

@raycastbot assign me

@JakeLaoyu JakeLaoyu linked a pull request Dec 24, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: memos Issues related to the memos extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants