brendanmorrell
brendanmorrell
Same: ``` [POST] /api/zendesk/create-ticket 18:43:28:24 2022-07-17T01:43:28.416Z f6f63ff9-5c63-4069-8127-4aab1738e3f2 ERROR Error: Cannot find module './client/users' Require stack: - /var/task/node_modules/node-zendesk/lib/client.js - /var/task/.next/server/pages/api/zendesk/create-ticket.js - /var/task/node_modules/next/dist/server/next-server.js - /var/task/___next_launcher.cjs at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15) at Function.Module._load (internal/modules/cjs/loader.js:746:27) at...
same issue on creating a ticket
Hello, mateus. Not a direct answer to your issue, but I do not think the example you listed first would fire any of the linter warnings due to [this issue](https://github.com/brendanmorrell/eslint-plugin-styled-components-a11y/issues/9),...
Hey, Johannes. Thanks for the comment, and glad you're liking the plugin! As for linting imported components, I think it's a great idea, and it's actually been at the top...
I actually looked into this two weeks ago for an hour or two. My initial thought on how to do it may not be possible to the degree of accuracy...
It definitely is something that would be very useful. I looked into it briefly in relation to the dependency cycle detection in eslint plugin imports, but the use case appeared...
Interesting. This is not a pattern I'm familiar with. So the issue is that you are adding on a property to the initial component and setting the value of that...
Thanks, Nicolas!
Interesting. The code looks normal. I'll try and take a look soon. Thanks for pointing it out
Sounds good. Thanks for pointing it out. On Tue, Mar 16, 2021 at 1:34 PM Sudharaka Palamakumbura < ***@***.***> wrote: > Interesting. The code looks normal. I'll try and take...