File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,6 @@ function isNumericRange(value: unknown): value is [number, number] {
278278
279279const { 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
316315const { 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
You can’t perform that action at this time.
0 commit comments