Skip to content

Commit

Permalink
Bugfix/issue 6188 (#6190)
Browse files Browse the repository at this point in the history
* FIX #6188 Wrong Reactivity generics passed by RxCollection extending RxCollectionBase

* FIX lint

* ADD comment

* ADD page
  • Loading branch information
pubkey authored Jul 8, 2024
1 parent 20c58e0 commit 0657aa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# RxDB Changelog

<!-- CHANGELOG NEWEST -->

<!-- ADD new changes here! -->

<!-- /CHANGELOG NEWEST -->
Expand Down
10 changes: 10 additions & 0 deletions docs-src/src/pages/sem/localstorage-database.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Home from '..';

export default function Page() {
return Home({
metaTitle: 'The best Database on top of localstorage',
title: <>The best <b className="underline">Database</b> on top of{' '}
<b className="underline">localstorage</b></>,
text: <>Store data inside the Browsers localstorage to build high performance realtime applications that sync data from the backend and even work when offline.</>
});
}

0 comments on commit 0657aa2

Please sign in to comment.