Skip to content

Instantly share code, notes, and snippets.

@recurser
Created August 8, 2020 06:36
Show Gist options
  • Save recurser/6eff69397bd1eaea1729b81403e87a76 to your computer and use it in GitHub Desktop.
Save recurser/6eff69397bd1eaea1729b81403e87a76 to your computer and use it in GitHub Desktop.
react_devtools_backend.js:2273 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Check the render method of `Stack`.
in Button (created by Stack)
in Stack (created by Positioner)
in Positioner (created by ForwardRef(Popover))
in ForwardRef(Popover)
in ForwardRef(Popover) (created by SelectMenu)
in SelectMenu (created by BaseInstallableSelector)
in div (created by Box)
in Box (created by ForwardRef(FormField))
in ForwardRef(FormField)
in ForwardRef(FormField) (created by Context.Consumer)
in StyledComponent (created by FormField__StyledFormField)
in FormField__StyledFormField (created by FormField)
in FormField (created by BaseInstallableSelector)
in div (created by Box)
in Box (created by ForwardRef(Pane))
in ForwardRef(Pane)
in ForwardRef(Pane) (created by Pane)
in Pane (created by BaseInstallableSelector)
in BaseInstallableSelector (created by withI18nextTranslation(BaseInstallableSelector))
in withI18nextTranslation(BaseInstallableSelector) (created by Formik)
in form (created by Form)
in Form (created by Context.Consumer)
in StyledComponent (created by GraphQLForm__StyledForm)
in GraphQLForm__StyledForm (created by Formik)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment