MCPcopy
hub / github.com/motiondivision/motion / Item

Interface Item

dev/react/src/tests/layout-percent-x-flex.tsx:14–17  ·  view source on GitHub ↗

* Regression test for https://github.com/motiondivision/motion/issues/3401 * * Matches the reporter's sandbox pattern: only the most-recently-added item * has initial/animate props. When the next item is added, shouldAnimate flips * false for the previous item — its x animation stops and latestV

Source from the content-addressed store, hash-verified

12 */
13
14interface Item {
15 id: number
16 isAdded: boolean
17}
18
19export const App = () => {
20 const [items, setItems] = useState<Item[]>([

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected