Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: multiple stencil components side by side dont update props if 'Disable cache' is OFF #5872

Closed
3 tasks done
mad-raccoon opened this issue Jun 28, 2024 · 2 comments
Closed
3 tasks done
Labels
ionitron: needs reproduction This PR or Issue does not have a reproduction case URL ionitron: stale issue This issue has not seen any activity for a long period of time

Comments

@mad-raccoon
Copy link

mad-raccoon commented Jun 28, 2024

Prerequisites

Stencil Version

4.17.1

Current Behavior

As you see on the attached video, when the 'Disabled cache' is OFF, the stencil components don't update their props.

On the other hand, if the 'Disabled cache' is OFF, the stencil components props are set properly.

thi.one.mov

On my stencil.config.ts file i made sure i disabled the Cache - but it still doesnt work.

export const config: Config = { enableCache: false, namespace: "test-wrapper", srcDir: "component", outputTargets: [ { type: "dist", }, ], };

Any ideas on what is missing? Thanks

Expected Behavior

Being the 'Disable cache' ON or OFF, the behavior should be the same.

System Info

No response

Steps to Reproduce

Add the same stencil component side by side.

Note that the props are not being updated as supposed.

Code Reproduction URL

please check the video 🙏

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label Jun 28, 2024
@tanner-reits tanner-reits added ionitron: needs reproduction This PR or Issue does not have a reproduction case URL and removed triage labels Jul 1, 2024
Copy link

ionitron-bot bot commented Jul 1, 2024

Thanks for the issue! This issue has been labeled as needs reproduction. This label is added to issues that need a code reproduction.

Please reproduce this issue in an Stencil starter component library and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.

If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.

For a guide on how to create a good reproduction, see our Contributing Guide.

@ionitron-bot ionitron-bot bot added the ionitron: stale issue This issue has not seen any activity for a long period of time label Jul 31, 2024
Copy link

ionitron-bot bot commented Jul 31, 2024

Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Stencil, please create a new issue and ensure the template is fully filled out.

Thank you for using Stencil!

@ionitron-bot ionitron-bot bot closed this as completed Jul 31, 2024
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Jul 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ionitron: needs reproduction This PR or Issue does not have a reproduction case URL ionitron: stale issue This issue has not seen any activity for a long period of time
Projects
None yet
Development

No branches or pull requests

2 participants