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

tabler icon import failing #23948

Closed
crowlsyong opened this issue May 22, 2024 · 5 comments
Closed

tabler icon import failing #23948

crowlsyong opened this issue May 22, 2024 · 5 comments
Labels
question a question about the use of Deno

Comments

@crowlsyong
Copy link

crowlsyong commented May 22, 2024

Version: Deno 1.43.5 (release, aarch64-apple-darwin)
v8 12.4.254.13
typescript 5.4.5
Fresh Framework
Deno KV

Issue

cannot import IconCopyCheck with https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/copy-check.tsx
Visiting that url appears to show a 404 not found inside the area where the data should be. I My have run into other Icons which don't import, but I forgot to write them down. I will comment on this if I find another one.

Tell me what else you need from me and I will get you the info as best I can. If this is a Fresh Framework issue, let me know and I'll post this there instead.

I am using other icons that work though, for example, these all work for me:
import IconQrcode from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/qrcode.tsx";

import IconHttpDelete from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/http-delete.tsx";

import IconCopy from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/copy.tsx";

import IconEdit from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/edit.tsx";

import IconDeviceFloppy from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/device-floppy.tsx";

@crowlsyong
Copy link
Author

crowlsyong commented May 22, 2024

import IconCopyPlus from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/copy-plus.tsx"
also fails

error message:
'IconCopyPlus' is declared but its value is never read.deno-ts(6133)
Uncached or missing remote URL: https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/copy-plus.tsxdeno(no-cache)
Resolved Dependency

Code: https​://deno.land/x/tabler_icons_tsx​@0.0.5/tsx/copy-plus.tsx

@marvinhagemeister
Copy link
Contributor

I don't think that's something that needs to be addressed inside the Deno runtime. Deno hits that URL, sees that it doesn't exist because it returns a 404 and rightfully throws an error.

Browsing through the code confirms that the library doesn't have a copy-plus icon anywhere in the code.

@marvinhagemeister marvinhagemeister added the question a question about the use of Deno label May 22, 2024
@crowlsyong
Copy link
Author

Marvin thank you for looking into this. What do you suggest I do to get this issue noticed by the right folks?

@lucacasonato
Copy link
Member

You can file an issue here: https://github.com/hashrock/tabler-icons-tsx

@crowlsyong
Copy link
Author

You can file an issue here: https://github.com/hashrock/tabler-icons-tsx

Thank you, will do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question a question about the use of Deno
Projects
None yet
Development

No branches or pull requests

3 participants