selvagsz / react-power-select

A highly composable & reusable select/autocomplete components

Home Page:https://selvagsz.github.io/react-power-select/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: Stateless function components cannot be given refs. Attempts to access this ref will fail.

SCasarotto opened this issue · comments

I am receiving the following warning. Everything seems to be working but wanted to let you know.
screen shot 2017-11-16 at 11 09 37 am

For Reference:

"dependencies": {
    "axios": "^0.17.1",
    "firebase": "^4.6.2",
    "history": "^4.7.2",
    "moment": "^2.19.2",
    "normalize.css": "^7.0.0",
    "prop-types": "^15.5.10",
    "radium": "^0.19.6",
    "react": "^16.1.1",
    "react-avatar-editor": "^10.3.0",
    "react-countdown-now": "^1.2.0",
    "react-datepicker": "^0.61.0",
    "react-document-meta": "^2.1.2",
    "react-dom": "^16.1.1",
    "react-ga": "^2.3.5",
    "react-parallax": "^1.5.0",
    "react-power-select": "^1.0.0-beta.10",
    "react-redux": "^5.0.6",
    "react-router-dom": "^4.2.2",
    "react-router-redux": "^5.0.0-alpha.8",
    "react-scripts": "1.0.17",
    "react-sortable-hoc": "^0.6.8",
    "react-svg": "^2.1.22",
    "react-table": "^6.7.4",
    "react-transition-group": "^2.2.1",
    "recompose": "^0.26.0",
    "redux": "^3.7.2",
    "redux-thunk": "^2.2.0"
  },

I don't know if others are seeing this or if it is specific to my useage.

commented

@SCasarotto I can see why this is happening. Will fix this. As you mentioned, it shouldn't affect the functionality.

commented

Issue is not fixed yet