Git Product home page Git Product logo

react-auto-header-list's People

Contributors

greenkeeper[bot] avatar xkawi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

beihl asthas

react-auto-header-list's Issues

use of class name "row" conflicts with bootstrap default styles

Bootstrap used the class name "row" for the basis of it's grid. The "row" class has styles that work with Bootstrap "cols". Each have margins and negative margins that cancel each other out. As such, a "row" should never be a direct descendant of "row", however this occurs in react-auto-header-list, which causes very strange css effects.

I'd recommend a relative naming scheme for your classes, ex: change "row" to "rahl-row". Bad example ("rahl" sounds weird) but you get the idea.

Got Type Error when I tried to run


[react-auto-header-list]$ npm start

> [email protected] start /Users/rheda/temp/react-auto-header-list
> gulp dev

/Users/rheda/temp/react-auto-header-list/node_modules/require-dir/index.js:93
            if (!require.extensions.hasOwnProperty(ext)) {
                                    ^

TypeError: require.extensions.hasOwnProperty is not a function
    at requireDir (/Users/rheda/temp/react-auto-header-list/node_modules/require-dir/index.js:93:37)
    at Object.<anonymous> (/Users/rheda/temp/react-auto-header-list/node_modules/gulp-git/index.js:4:18)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/rheda/temp/react-auto-header-list/node_modules/react-component-gulp-tasks/tasks/release.js:1:73)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `gulp dev`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Fails as _react internat variable is undefined.

TypeError: Cannot read property 'func' of undefined
./node_modules/react-auto-header-list/lib/ReactAutoHeaderList.js
D:/workspace/flamingo-rtc/node_modules/react-auto-header-list/lib/ReactAutoHeaderList.js:208
  205 | })(_react.Component);
  206 | 
  207 | ReactAutoHeaderList.propTypes = {
> 208 |     getSectionHeaderTitle: _react.PropTypes.func.isRequired,
  209 |     isFetching: _react.PropTypes.bool.isRequired,
  210 |     items: _react.PropTypes.array.isRequired,
  211 |     loadingLabel: _react.PropTypes.string,

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.