Svelte using AFRAME https://aframe.io/
See original GitHub issueWhen I am using Svelte for my augmented reality project. it is giving me the variable name AND giving me the variable value.
This is what’s happening
<script> let name = 'world'; </script>
<h1>{name}</h1>
and the result is this :
name=‘world’ Inside of an H1 tag instead of just giving me the variable.
Is there any ideas on how to fix this? I’m not sure if other people have run into the same issue. if needed I can throw my whole project onto a link, but I have it running locally at the moment for AR development.
Thank you!
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Introduction - A-Frame
Performance: A-Frame is optimized from the ground up for WebVR. While A-Frame uses the DOM, its elements don't touch the browser layout engine....
Read more >svelte-aframe - CodeSandbox
CodeSandbox is an online editor tailored for web applications.
Read more >Aframe-svelte NPM
aframe -svelte. Ever want to load a svelte component in aframe as a component? No? Well I did it anyhow. npm.io. API. multiple:...
Read more >aframe-svelte - npm Package Health Analysis - Snyk
Ensure you're using the healthiest npm packages. Snyk scans all the packages in your projects for vulnerabilities and provides automated fix ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Op, my bad, I didn’t think to put the original svelte code; just the compiled code. I’ll update the repo with the full code today or tomorrow. Thank you so much for getting back to me!
@Darrel-Collinsworth can you upload these source files?