phero icon indicating copy to clipboard operation
phero copied to clipboard

Handling reserved words as method name

Open kamilafsar opened this issue 2 years ago • 0 comments

We need to throw a nice error since "delete" is reserved word.

export const articleService = createService({
  delete: createFunction(getArticle),
})

kamilafsar avatar Sep 30 '22 11:09 kamilafsar