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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
first I want to say thank you for this nice library which helped me getting my stylings correct for the component library I am working on!
Unfortunately I came across one issue, which I couldn't solve on my own yet.
Under some circumstances I could not fully pin down by now, my app crashes while rendering the web components.
This is the error I am getting:
I reverse engineered it and found that the line causing the error is this one:
The strange thing is, that it works for the whole loop (for each stylesheet) it goes through for one component, but suddenly crashes on the last iteration.
Have you maybe experienced something similar in the past?
I could not find anything related in the issues section.
Unfortunately I can not provide you with example code, because I can not publish the relevant code parts to public.
Version used:
@unplugin-vue-ce/sub-style: 1.0.0-beta.17
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a unplugin-vue-ce issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs instead.
Sorry, I have been very busy recently, so I am only replying to you now.
I have never encountered this problem. When maintaining vue, I saw related issues, which were related to teleport components, suspense components, asynchronous components, etc. So it is difficult to determine whether it is a plugin problem or a vue problem. I still hope you can provide a minimal warehouse code that reproduces the problem so that I can troubleshoot the problem. You can write a small amount of core problem code in your private warehouse to reproduce the problem, so there will be no privacy issues of code leakage.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Hi,
first I want to say thank you for this nice library which helped me getting my stylings correct for the component library I am working on!
Unfortunately I came across one issue, which I couldn't solve on my own yet.
Under some circumstances I could not fully pin down by now, my app crashes while rendering the web components.
This is the error I am getting:
I reverse engineered it and found that the line causing the error is this one:
unplugin-vue-ce/packages/sub-style/src/inject/inject-api-custom-element.ts
Line 34 in 86595ee
The strange thing is, that it works for the whole loop (for each stylesheet) it goes through for one component, but suddenly crashes on the last iteration.
Have you maybe experienced something similar in the past?
I could not find anything related in the issues section.
Unfortunately I can not provide you with example code, because I can not publish the relevant code parts to public.
Version used:
@unplugin-vue-ce/sub-style: 1.0.0-beta.17
Thanks & BR
Reproduction
not possible, internal code
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: