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.

Support for React v16

See original GitHub issue

Is there a dev branch that supports React v16 (currently alpha v6)?

Current releases of elemental have a dependency on react-addons-css-transition-group which is deprecated in React v16 in favor of react-transition-group.

The required changes are very minor, but they are breaking changes with React v15:

import CSSTransitionGroup from 'react-transition-group/CSSTransitionGroup' // ES6
var CSSTransitionGroup = require('react-transition-group/CSSTransitionGroup') // ES5 with npm

It looks like impacts only Dropdown.js and Modal.js.

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
midnightcodrcommented, Jan 24, 2018

npm still has 0.6.1 as the current version, when will the 0.7.0 version be published to npm?

0reactions
moklickcommented, Jun 8, 2018

Hey, could you please publish the current version to npm?

Read more comments on GitHub >

github_iconTop Results From Across the Web

React v16.0 – React Blog
React v16.0 · New render return types: fragments and strings · Better error handling · Portals · Better server-side rendering · Support for...
Read more >
React v16.9.0 and the Roadmap Update
Today we are releasing React 16.9. It contains several new features, bugfixes, and new deprecation warnings to help prepare for a future ...
Read more >
React v16.8: The One With Hooks
React Hooks are now supported by React DevTools. They are also supported in the latest Flow and TypeScript definitions for React.
Read more >
React v16.13.0 – React Blog
Today we are releasing React 16.13.0. It contains bugfixes and new deprecation warnings to help prepare for a future major release.
Read more >
React - Versions
See our FAQ for information about our versioning policy and commitment to stability. 18.2.0. Changelog. 18.1.0. Changelog. 18.0.
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