We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07e02d commit 77a2dbeCopy full SHA for 77a2dbe
reactiveweb/src/keep-latest.ts
@@ -44,6 +44,7 @@ interface Options<T = unknown> {
44
* ```js
45
* import { RemoteData } from 'reactiveweb/remote-data';
46
* import { keepLatest } from 'reactiveweb/keep-latest';
47
+ * import { use } from 'ember-resources';
48
*
49
* class A {
50
* @use request = RemoteData(() => 'some url');
@@ -63,6 +64,7 @@ interface Options<T = unknown> {
63
64
65
66
67
68
69
70
0 commit comments