Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/upgrading/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@

Then you'll need to update all imports of the `PolymerTemplate` classes to the new coordinates: `com.vaadin.flow.component.polymertemplate.PolymerTemplate`.

==== Limitations

Even with the PolymerTemplate Addon, you cannot use the Polymer-based TemplateRenderer; instead <<{articles}/components/grid/renderers#using-lit-renderers#,LitRenderer>> is required. Additionally, if the Polymer template relies on Vaadin component imports and APIs, these may need to be updated.

Check failure on line 537 in articles/upgrading/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'APIs'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'APIs'?", "location": {"path": "articles/upgrading/index.adoc", "range": {"start": {"line": 537, "column": 246}}}, "severity": "ERROR"}

=== Polymer to Lit Conversion Tool

Expand Down