Fix list formatting inconsistency

This commit is contained in:
Nick Rolfe
2026-01-19 15:17:11 +00:00
parent 783676566c
commit 1739e135f5
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
### Minor Analysis Improvements
- Support `use cache` directives for Next.js 16.
* Support `use cache` directives for Next.js 16.
* Added `PreCallGraphStep` flow model for React's `useRef` hook.
* Added a `DomValueSource` that uses the `current` property off the object returned by React's `useRef` hook.

View File

@@ -2,6 +2,6 @@
### Minor Analysis Improvements
- Support `use cache` directives for Next.js 16.
* Support `use cache` directives for Next.js 16.
* Added `PreCallGraphStep` flow model for React's `useRef` hook.
* Added a `DomValueSource` that uses the `current` property off the object returned by React's `useRef` hook.