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

HTML comments in component templates causes re-renders not to work. #122

Closed
grantcopley opened this issue Sep 9, 2023 · 1 comment
Closed
Assignees
Milestone

Comments

@grantcopley
Copy link
Collaborator

<cfoutput>
    <!-- this comment causes issues -->
    <div>
        <div>
            <h1>#conference#</h1>
        </div>
        <div class="mt-4">
            <a href="##" wire:click.prevent="changeConference" type="button" class="btn btn-primary me-2">Change Conference</button>
            <a href="##" wire:click.prevent="addYear( '2022' )" type="button" class="btn btn-primary me-2">Add Year</button>
            <a href="##" wire:click.prevent="resetConference" class="btn btn-secondary">Reset</a>
        </div>
    </div>
</cfoutput>
@grantcopley grantcopley added this to the v3.1 milestone Sep 9, 2023
@grantcopley grantcopley self-assigned this Sep 9, 2023
@bdw429s
Copy link

bdw429s commented Sep 10, 2023

This issue has been mentioned on Ortus Solutions Community. There might be relevant details there:

https://community.ortussolutions.com/t/some-impressions-from-my-first-time-using-cbwire/9773/3

@grantcopley grantcopley changed the title Comments in component templates causes re-renders not to work. HTML comments in component templates causes re-renders not to work. Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants