Skip to content

Commit 4dd1df7

Browse files
committed
README fix
1 parent 164a7c0 commit 4dd1df7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ function isNumericRange(value: unknown): value is [number, number] {
278278

279279
const { creator, activator } = createNavManager({
280280
customTypeKeyMapping: { // <- define custom type keys to encode and decode
281-
customTypeKeyMapping: {
282281
numericRangeCustomType: {
283282
category: "custom", // <- always use "custom"
284283
sample: [1, 2] as [number, number], // <- sample value of the type
@@ -315,7 +314,6 @@ function isNumericRange(value) {
315314

316315
const { creator, activator } = createNavManager({
317316
customTypeKeyMapping: { // <- define custom type keys to encode and decode
318-
customTypeKeyMapping: {
319317
numericRangeCustomType: {
320318
category: "custom", // <- always use "custom"
321319
sample: [1, 2], // <- sample value of the type

0 commit comments

Comments
 (0)