[error] Command failed with exit code 3221225725.
[issue link]Hi everyone. I’ve ran to very weird issue…
I’m using semantic-ui-vue in my nuxt project, and maybe it is a issue of that package, but maybe not, because it’s occurs while ssr.
When my code is rendered on server-side, depends on the amount of the items in array that i pass to sui-dropdown
component, i get an error Command failed with exit code 3221225725
When there is only 148 items in array - all ok, but when 149 or more(in some cases can need more) - get error.
I don’t have any ideas how it can be possible.
If wrap sui-dropdown
with <no-ssr>
tag - all ok…
Here is the repo to reproduce it