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

Can't use with astro #1152

Closed
Caligulaa opened this issue Aug 5, 2023 · 4 comments
Closed

Can't use with astro #1152

Caligulaa opened this issue Aug 5, 2023 · 4 comments

Comments

@Caligulaa
Copy link

Having same issue as #973
Any magic workarounds ?

Thank you.

@Caligulaa
Copy link
Author

Workaround: setting a global variable in pages where the component is used seems to work:

<script is:inline> const global = ''; </script>

@sanganimedia1
Copy link

sanganimedia1 commented Dec 28, 2023

Workaround: setting a global variable in pages where the component is used seems to work:

<script is:inline> const global = ''; </script>

Thanks it help me to fix my project

@PaisleyLeah
Copy link

PaisleyLeah commented Apr 22, 2024

Usually, it can overcome the workload in my domain.

@EmilyThompson23
Copy link

If you're encountering issues with using a particular tool or library with Astro, as noted in issue #1152, it may be due to compatibility problems or configuration errors. Astro is a modern static site generator, and certain tools or plugins might not fully integrate with it. Check the documentation for both Astro and the tool in question to ensure compatibility and correct usage. Look for any updates or community discussions about similar issues. If needed, reach out to the developers or community forums for support in resolving the compatibility problem.

@yhattav yhattav closed this as completed Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@yhattav @Caligulaa @sanganimedia1 @PaisleyLeah @EmilyThompson23 and others