question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ReflexSplitter is stuck for orientation=horizontal and missing for orientation=vertical

See original GitHub issue

I 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.

horizontal

vertical

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
leefsmpcommented, Aug 10, 2021

check this #79 maybe.

0reactions
cegredevcommented, Aug 11, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found