caplin / FlexLayout

Docking Layout Manager for React
MIT License
919 stars 173 forks source link

Works for React-16 but peer dependencies don't support #380

Open fullergalway opened 1 year ago

fullergalway commented 1 year ago

Describe the bug

FlexLayout works for react-16, but the peer dependencies don't allow install except by forcing.

Your Example Website or App

https://github.com/fullergalway/FlexLayout/tree/react-16

Steps to Reproduce the Bug or Issue

  1. Change the dependencies to react 16
  2. Update a couple of demo files
  3. Run the tests
  4. Yay it all works perfect!

Expected behavior

As a developer I'd like to use FlexLayout in a React-16 based project.

Operating System

OS

Browser Type?

Chrome

Browser Version

Current

Screenshots or Videos

None.

Additional context

No response