Skip to content

Commit 67e9065

Browse files
renovate[bot]renovate-botfrontendphil
committed
fix: position property of portal node cannot be changed (#45)
* Update dependency flow-bin to v0.123.0 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Philipp Giese <[email protected]>
1 parent 0b73963 commit 67e9065

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-jsx-a11y": "6.2.3",
5252
"eslint-plugin-react": "7.19.0",
5353
"eslint-plugin-react-hooks": "3.0.0",
54-
"flow-bin": "0.122.0",
54+
"flow-bin": "0.123.0",
5555
"flow-copy-source": "2.0.9",
5656
"glamor": "2.20.40",
5757
"html-webpack-harddisk-plugin": "1.0.1",

src/StickPortal.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,8 @@ function StickPortal(
113113
ref={containerRef}
114114
data-sticknestingkey={nestingKey}
115115
style={{
116-
position: 'absolute',
117-
// The position property should be be overwritten
118-
// $FlowFixMe
119116
...nodeStyle,
117+
position: 'absolute',
120118
top,
121119
left,
122120
}}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5480,10 +5480,10 @@ flatted@^2.0.0:
54805480
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
54815481
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
54825482

5483-
flow-bin@0.122.0:
5484-
version "0.122.0"
5485-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.122.0.tgz#c723a2b33b1a70bd10204704ae1dc776d5d89d79"
5486-
integrity sha512-my8N5jgl/A+UVby9E7NDppHdhLgRbWgKbmFZSx2MSYMRh3d9YGnM2MM+wexpUpl0ftY1IM6ZcUwaAhrypLyvlA==
5483+
flow-bin@0.123.0:
5484+
version "0.123.0"
5485+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.123.0.tgz#7ba61a0b8775928cf4943ccf78eed2b1b05f7b3a"
5486+
integrity sha512-Ylcf8YDIM/KrqtxkPuq+f8O+6sdYA2Nuz5f+sWHlp539DatZz3YMcsO1EiXaf1C11HJgpT/3YGYe7xZ9/UZmvQ==
54875487

54885488
54895489
version "2.0.9"

0 commit comments

Comments
 (0)