Skip to content

Conversation

@JaapvanEkris
Copy link
Owner

No description provided.

@JaapvanEkris JaapvanEkris added the Development branch Concerns a development branch label Feb 11, 2026
@JaapvanEkris JaapvanEkris added this to the 0.9.7 milestone Feb 11, 2026
@JaapvanEkris
Copy link
Owner Author

@Abasz are you able to rebase the code in order to resolve the merge conflicts (otherwise I'll do it manually)?

Abasz and others added 2 commits February 11, 2026 17:09
Update lit dependency to version 3.2.0 and adjust config and build tools
to support the new version. Migrate code with the minimal required
changes.
@Abasz
Copy link
Collaborator

Abasz commented Feb 11, 2026

Did a rebase and a force push to retain commit history. Note that CI fails because of the invalid config option added in your commit "Allow Console messages on the client".

// https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
return JSON.parse(JSON.stringify(this._appState))
}
JSON.parse(JSON.stringify(this._appState))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for later:

This could already be happening at the component level:

If the element has the corresponding attribute, set the property value to JSON.parse(attributeValue).

https://lit.dev/docs/components/properties/#conversion-type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development branch Concerns a development branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants