Joacim Magnusson

Results 50 comments of Joacim Magnusson

@vsjolander Looks like we have an issue with importing Green twice for both `.use-green` scope and without. Not sure if it has always been like this or if it is...

@alvanorea In the example, the the size of the smallest bar would be about 0.003% of the largest one, which would put it at well below 1px in height, so...

Cannot reproduce this anymore. I think it may have gotten fixed in other of the other updates to Datepicker, perhaps this one: https://github.com/seb-oss/green/releases/tag/%40sebgroup%2Fgreen-core%401.83.2 Feel free to re-open if it still...

@arekon7 The wrapper component has since been deprecated, so best solution would be to use 'gds-datepicker' from the Core library directly.

This should be fixed in #2095

@jurisk Do you have a reproducible example you could share? Perhaps that could help to further pinpoint the issue.

Digging some more into this, I managed to come up with this minimal reproducible example: ```rust use bevy::{ pbr::{ExtendedMaterial, MaterialExtension, MaterialExtensionKey, MaterialExtensionPipeline}, prelude::*, render::render_resource::*, }; use bevy_render::mesh::MeshVertexBufferLayoutRef; fn main() {...

I'm not sure whether this is a good way to solve this, but since it seems like the issue happens because the prepass pipeline expects a different buffer layout (with...

This feature is available by using the [`` component from green-core](https://storybook.seb.io/latest/core/?path=/docs/components-dropdown--docs). The Angular wrapper will not receive further updates going forward.