You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@akhil888binoy this looks an svelte integration issue. if you are knowledgable on Svelte you might be able to educate on how to integrate svelte and A-Frame properly. Having a good canonical example we can point to would be really helpful
This looks like an issue / usage question on the Svelte side. I think there's nothing actionable on the A-Frame side. Closing and can reopen if necessary
When i use aframe combined with svelte, is seems that my svelte's render is faster that aframe's import, causing my browser to report an error.
error:TypeError: Cannot read properties of undefined (reading 'constructor')
![image](https://private-user-images.githubusercontent.com/41592290/296115371-590dc3f0-e564-4ea8-aa96-701be82dad2a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjI3NzUsIm5iZiI6MTczOTE2MjQ3NSwicGF0aCI6Ii80MTU5MjI5MC8yOTYxMTUzNzEtNTkwZGMzZjAtZTU2NC00ZWE4LWFhOTYtNzAxYmU4MmRhZDJhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA0NDExNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxMzQ2N2IzNTBiOTgyNDZhNjhjYzg1Zjc2NDBhY2VjY2UxMGFmZjY0Y2E0ZjA5ODU1YmQ4ODg1MThmZTQxNDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XFLLPOGDoE2vhUR-ZfptnSUedAq9CrtJXDxALVgc7J4)
code:
The text was updated successfully, but these errors were encountered: