raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.25k stars 2.95k forks source link

[Memos] The 0.22 version will cause plugin errors. #12415

Closed forrany closed 4 months ago

forrany commented 4 months ago

Extension

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

Raycast Version

1.74.0

macOS Version

No response

Description

Error:

when command send memo form , it will occur an error in memos verion of neosmemo/memos:0.22 (latest update)

image

TypeError: ((intermediate value) || a)?.map is not a function

Cl:sendMemoForm.tsx:15:41

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

### Steps To Reproduce

1. instal and config the memos extension
2. command send memos form like below
<img width="786" alt="image" src="https://github.com/raycast/extensions/assets/29779326/0f0c4301-ed7c-473b-bbcc-0c538cc63a6a">

### Current Behaviour

_No response_

### Expected Behaviour

_No response_
raycastbot commented 4 months ago

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 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.
JakeLaoyu commented 4 months ago

https://github.com/usememos/memos/issues/3411

JakeLaoyu commented 4 months ago

@raycastbot assign me