@fvc/hooks 1.1.2-rc.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -186,7 +186,7 @@ it('generates a stable fvc-* id when no id is provided', () => {
|
|
|
186
186
|
const initial = result.current;
|
|
187
187
|
rerender();
|
|
188
188
|
expect(result.current).toBe(initial);
|
|
189
|
-
expect(result.current).toMatch(
|
|
189
|
+
expect(result.current).toMatch(/@fvc-/);
|
|
190
190
|
});
|
|
191
191
|
|
|
192
192
|
// useForceUpdate
|
|
@@ -213,4 +213,4 @@ Neither hook accesses `window`, `document`, or any browser API — both are safe
|
|
|
213
213
|
bun run lint
|
|
214
214
|
bun run type-check
|
|
215
215
|
bun run test
|
|
216
|
-
```
|
|
216
|
+
```
|