Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
chsienki committed Aug 22, 2024
1 parent c9b4aea commit 9bf7957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ private string GetContent(HtmlContentIntermediateNode node)
// Internal for testing
internal static string GetDeterministicId(CodeRenderingContext context)
{
var uniqueId = (string)context.Items[CodeRenderingContext.SuppressUniqueIds];
var uniqueId = context.Options.SuppressUniqueIds;
if (uniqueId is null)
{
// Use the file checksum along with the absolute position in the generated code to create a unique id for each tag helper call site.
Expand Down

0 comments on commit 9bf7957

Please sign in to comment.