-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10230a2
commit 4425a59
Showing
7 changed files
with
1,335 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
253 changes: 253 additions & 0 deletions
253
.yarn/patches/@storybook-blocks-npm-7.4.5-5a2374564a.patch
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
diff --git a/cjs/history.js b/cjs/history.js | ||
index fcd8ebab613c6d87b9ac824feb30ab1080cf0ef2..4df20d5cb2f9ba5fc8777899aada53f49399560b 100644 | ||
--- a/cjs/history.js | ||
+++ b/cjs/history.js | ||
@@ -103,16 +103,6 @@ function createLocation(path, state, key, currentLocation) { | ||
if (state !== undefined && location.state === undefined) location.state = state; | ||
} | ||
|
||
- try { | ||
- location.pathname = decodeURI(location.pathname); | ||
- } catch (e) { | ||
- if (e instanceof URIError) { | ||
- throw new URIError('Pathname "' + location.pathname + '" could not be decoded. ' + 'This is likely caused by an invalid percent-encoding.'); | ||
- } else { | ||
- throw e; | ||
- } | ||
- } | ||
- | ||
if (key) location.key = key; | ||
|
||
if (currentLocation) { | ||
diff --git a/esm/history.js b/esm/history.js | ||
index df67820fe3eed558c44fca07a82b0cd409d46720..e0e0d4f69a407e8de782b3fdf8297d42708e110a 100644 | ||
--- a/esm/history.js | ||
+++ b/esm/history.js | ||
@@ -80,16 +80,6 @@ function createLocation(path, state, key, currentLocation) { | ||
if (state !== undefined && location.state === undefined) location.state = state; | ||
} | ||
|
||
- try { | ||
- location.pathname = decodeURI(location.pathname); | ||
- } catch (e) { | ||
- if (e instanceof URIError) { | ||
- throw new URIError('Pathname "' + location.pathname + '" could not be decoded. ' + 'This is likely caused by an invalid percent-encoding.'); | ||
- } else { | ||
- throw e; | ||
- } | ||
- } | ||
- | ||
if (key) location.key = key; | ||
|
||
if (currentLocation) { | ||
diff --git a/umd/history.js b/umd/history.js | ||
index 80e4ff66c44a2a71d4f842cc05a252e48dd18e9a..f8f4901be95e48c66f5626fbf051747a2ffbe41d 100644 | ||
--- a/umd/history.js | ||
+++ b/umd/history.js | ||
@@ -207,16 +207,6 @@ | ||
if (state !== undefined && location.state === undefined) location.state = state; | ||
} | ||
|
||
- try { | ||
- location.pathname = decodeURI(location.pathname); | ||
- } catch (e) { | ||
- if (e instanceof URIError) { | ||
- throw new URIError('Pathname "' + location.pathname + '" could not be decoded. ' + 'This is likely caused by an invalid percent-encoding.'); | ||
- } else { | ||
- throw e; | ||
- } | ||
- } | ||
- | ||
if (key) location.key = key; | ||
|
||
if (currentLocation) { |
12 changes: 12 additions & 0 deletions
12
.yarn/patches/react-split-pane-npm-0.1.92-93dbf51dff.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/index.d.ts b/index.d.ts | ||
index d116f54d6da12d24b48e24ff3636c9066059aa58..93290945d8b1818cab893d6466179b33869a47b9 100644 | ||
--- a/index.d.ts | ||
+++ b/index.d.ts | ||
@@ -25,6 +25,7 @@ export type SplitPaneProps = { | ||
pane2Style?: React.CSSProperties; | ||
resizerClassName?: string; | ||
step?: number; | ||
+ children?: React.ReactNode; | ||
}; | ||
|
||
export type SplitPaneState = { |
79 changes: 79 additions & 0 deletions
79
.yarn/patches/slate-dev-environment-npm-0.2.5-9aeb7da7b5.patch
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.