React-bootstrap-typeahead: Fix deprecation warnings from React 15.5

Created on 20 Apr 2017  Â·  9Comments  Â·  Source: ericgio/react-bootstrap-typeahead

Feature requests - React.js 15.5.* support.

I use your great react-bootstrap-typeahead. So - it is awesome :-).

And now after React.js 15.5.4 was installed I got warnings:

  1. Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
  2. Portal: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.

Do you plan to upgrade your code?
https://facebook.github.io/react/blog/

Thank you in advance for an answer.
Maybe I just need do something.

external-dependency

Most helpful comment

Thanks for the report. Note that these are simply deprecation warnings in anticipation of React 16 and won't cause any errors... yet. Fixing these warnings is on my to-do list, I just need to get around to it :)

All 9 comments

Thanks for the report. Note that these are simply deprecation warnings in anticipation of React 16 and won't cause any errors... yet. Fixing these warnings is on my to-do list, I just need to get around to it :)

@ericgio
Fixed deprecations for the module and updated some dependencies.
Though, there is the same problem with https://github.com/helior/react-highlighter/ dependency yet.
But I think the PR can be merged at the moment.

@lunochkin don't get it, are the deprecations fixed? Still getting them on my side.

@BillOTei Those changes are not released yet see #181

Oh i see thx.

2017-06-07 11:46 GMT+02:00 Matthieu Lemoine notifications@github.com:

@BillOTei https://github.com/billotei These changes are not release yet
see #181 https://github.com/ericgio/react-bootstrap-typeahead/pull/181

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/ericgio/react-bootstrap-typeahead/issues/168#issuecomment-306746099,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACNKqnfTaOkM-vywrXvgls7ryeKAhH1mks5sBnF6gaJpZM4NCy2z
.

--

 __________________________
!\_________________________/!\
!!                         !! \
!! fsociety: ALX-DEV~$     !!  \
!! Alexandre Teilhet~$     !!  !
!! Web Developer~$         !!  !
!! +33 6 03 9092 71~$      !!  !
!! linkedin

https://www.linkedin.com/in/alexandre-teilhet-7aa71483
!! !
!! !! !
!! !! /
!!_________________________!! /
!/_________________________!/
___________________/__/!
!_______________________!/
________________________
/oooo oooo oooo oooo /!
/o#mrrobotoooooooooooooo/ /
/ooooooooooooooooooooooo/ /
/_______________________/_/

It seems that now all dependencies are without such problem, so new release can be published.

Installed today and still get the same errors

Fixed in v1.4.0. Sorry for the delay.

Thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

damonmiller picture damonmiller  Â·  3Comments

mflauer picture mflauer  Â·  4Comments

derwaldgeist picture derwaldgeist  Â·  7Comments

gilm123 picture gilm123  Â·  10Comments

lehresman picture lehresman  Â·  8Comments