Coder Social home page Coder Social logo

Failed prop type: Invalid prop `activeComponent` of type `object` supplied to `Feature`, expected `function` about react-feature-toggles HOT 5 CLOSED

karolisgrinkevicius avatar karolisgrinkevicius commented on August 17, 2024 1
Failed prop type: Invalid prop `activeComponent` of type `object` supplied to `Feature`, expected `function`

from react-feature-toggles.

Comments (5)

ericelliott avatar ericelliott commented on August 17, 2024

This code works for me:

const StyledDiv = () => <div>Works!</div>;
const ComponentOrNull = configureFeature(() => null)('demo')(StyledDiv);

export const Copyright = () => (
  <FeatureToggles features={[]}>
    <ComponentOrNull />
  </FeatureToggles>
);

The only difference is the definition of StyledDiv. Looks like the problem is that styled.div is not returning a component?

from react-feature-toggles.

karolisgrinkevicius avatar karolisgrinkevicius commented on August 17, 2024

@ericelliott thanks for your reply!

First of all the problem must be somewhere between styled-components and feature toggles. StyledDiv returns a component as we definitely expect. Please try out styled-components and then if you don't get this warning I will create a reproducible repo. Thanks a lot!

from react-feature-toggles.

kennylavender avatar kennylavender commented on August 17, 2024

Hello @karolisgrinkevicius,

I tried adjusting the Feature components propTypes to see if adding a node or element type might remove the warning, but neither of those removed the warning. Interestingly PropTypes.object does get rid of the warning but we don't want to accept just any object so I think its best we avoid making that change.

I dug a bit deeper and it seems that styled-components returns a forwardRef object, but the prop-types package doesnt have a type that works for forwardRefs at the moment, here is the related issue: facebook/prop-types#200

Looks like React mentions that forwardRefs are a breaking change of types: https://reactjs.org/docs/forwarding-refs.html#note-for-component-library-maintainers

from react-feature-toggles.

karolisgrinkevicius avatar karolisgrinkevicius commented on August 17, 2024

Hi @kennylavender. Thanks for your response. So we just have to wait while prop-types problems are being fixed?

from react-feature-toggles.

kennylavender avatar kennylavender commented on August 17, 2024

Your welcome. Yup, if/when they push a solution we can look into it again. Closing for now.

from react-feature-toggles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.