ReflexSplitter is stuck for orientation=horizontal and missing for orientation=vertical
See original GitHub issueI tried running the example shown in the readme but the ReflexSplitter
either does not move (for orientation="horizontal"
) or does not appear at all (for orientation="vertical"
).
I just setup a fresh project using create-react-app
on Windows 10 and Chrome 92, ran npm install react-reflex
and adjusted the code to be identical to the example (unless it depends on some quirks like naming or which file the code’s in). I’m sure this is my fault but don’t know how to fix it.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Bountysource
ReflexSplitter is stuck for orientation =horizontal and missing for orientation=vertical.
Read more >Not working with react-create-app · Issue #1 · leefsmp/Re-Flex
My vertical splitter was not visible at all and horizontal was visible but not ... <ReflexContainer orientation="vertical"> <ReflexElement ...
Read more >1 - Basic Re-Flex example - GitHub Pages
Basic example with two resizable panes vertically arranged: placing a ReflexSplitter draggable component between two ReflexElements will allow those ...
Read more >react-reflex - npm
Supported properties on ReflexContainer : orientation : Orientation of the layout container. Type: oneOf(['horizontal', 'vertical']) . Default ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
check this #79 maybe.
Ah okay, gotcha. I’ll take a look at dnd and if I find a way to make it work maybe create a fork so others can use it as well. Anyways, thanks for your help!