Giter Site home page Giter Site logo

Comments (4)

Vortelf avatar Vortelf commented on September 1, 2024

I'm getting error at the same place but the error is TypeError: __WEBPACK_IMPORTED_MODULE_0_react__.PropTypes is undefined

Using [email protected] [email protected]
Code I'm using is

import { Container, Column, Columns } from 're-bulma';

class App extends Component {
  render() {
    return (
      <Container>
        <Columns>
          <Column>
            <NavLink className="button" activeClassName="active" exact to="/">
              Something List
            </NavLink>
          </Column>
          <Column>
            <NavLink className="button" activeClassName="active" exact to="/something/new">
              Add Something
            </NavLink>
          </Column>
        </Columns>
        <Route exact path="/" component={SomethingPage}/>
        <Route path="/something/new" component={SomethingFormPage}/>
        <Route path="/something/edit/:_id" component={SomethingFormPage}/>
      </Container>
    );
  }
}

from re-bulma.

panbhatt avatar panbhatt commented on September 1, 2024

I think this is expected, since the React PropTypes has been moved to a different package (not backward compatible and this still uses React < 16.0.0). Need a PR to solve this.

from re-bulma.

nick264 avatar nick264 commented on September 1, 2024

My pull request solves this, I think: #97 . Lmk if you have feedback.

from re-bulma.

nick264 avatar nick264 commented on September 1, 2024

Since this project isn't being maintained, I'm not sure this pull request will be merged - and even if it is, this is probably not a package to rely on unless someone else takes over.

If it's helpful for others, we've temporarily solved the problem by including a dependency directly from the patched version:
screen shot 2018-05-10 at 9 27 26 am

In the medium term we're moving to semantic-ui-react (though there are other bulma-based react packages you could migrate to, e.g. https://github.com/couds/react-bulma-components).

from re-bulma.

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.