mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-19 07:14:22 +01:00
don't block, use suspense
This commit is contained in:
@@ -37,7 +37,7 @@ export default function App() {
|
||||
<header class='text-sm font-semibold uppercase'>
|
||||
Activity
|
||||
</header>
|
||||
<For each={[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}>
|
||||
<For each={[1, 2, 3, 4]}>
|
||||
{() =>
|
||||
<Presence>
|
||||
<Motion
|
||||
|
||||
Reference in New Issue
Block a user