Skip to content

The container id generation causes problems icw caching #230

@Jonne

Description

@Jonne

Of some components we cache the HTML output on the server. However, the current container id generation is based on identity. This results in duplicate ids in the HTML, causing components to be instantiated in the wrong divs. We solved this by using a non-deterministic algorithm:

System.Convert.ToBase64String(Guid.NewGuid().ToByteArray()).TrimEnd('=');

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions