Giter Club home page Giter Club logo

accounts-ui-react's People

Contributors

arrygoo avatar jamielob avatar rdickert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

cranesandcaff

accounts-ui-react's Issues

Conflicting compiler errors

If I add this package to my project, I get the following errors on the console:

   
   While determining active plugins:
   error: conflict: two packages included in the app (templating-compiler and static-html) are both trying to handle
   *.html
   
   While determining active plugins:
   error: conflict: two packages included in the app (templating-compiler and static-html) are both trying to handle
   *.html
   
   While determining active plugins:
   error: conflict: two packages included in the app (templating-compiler and static-html) are both trying to handle
   *.html

Styling as a static ui element, not a dropdown

I find that when I render <LoginButtons visible /> and am using it as a static component rather than a dropdown, I also want this css:

#login-dropdown-list {
  position: relative;
}

which makes it behave as a block instead of being on top of other content. I don't know if it makes sense to add that in the component somehow, or just maybe add something in the readme so people can use this without having to figure it out.

I also found that it overlapped with the component above, so I ended up using

#login-buttons {
  margin-top: 10px;
}

but not sure if that's specific to the app I was working with.

Does not work with react 16.X

W20180422-20:56:36.099(8)? (STDERR) WARNING: npm peer requirements (for thereactivestack:blazetoreact) not installed:
W20180422-20:56:36.100(8)? (STDERR)  - [email protected] installed, [email protected] needed
W20180422-20:56:36.100(8)? (STDERR) 
W20180422-20:56:36.100(8)? (STDERR) Read more about installing npm peer dependencies:
W20180422-20:56:36.100(8)? (STDERR)   http://guide.meteor.com/using-packages.html#peer-npm-dependencies
W20180422-20:56:36.100(8)? (STDERR) 
W20180422-20:56:36.107(8)? (STDERR) /home/jhtong/.meteor/packages/meteor-tool/.1.6.1_1.11wyo7i.yctti++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280
W20180422-20:56:36.107(8)? (STDERR) 						throw(ex);
W20180422-20:56:36.107(8)? (STDERR) 						^
W20180422-20:56:36.107(8)? (STDERR) 
W20180422-20:56:36.108(8)? (STDERR) TypeError: React.createClass is not a function
W20180422-20:56:36.108(8)? (STDERR)     at BlazeToReact-server.jsx (packages/thereactivestack:blazetoreact/lib/BlazeToReact-server.jsx:6:28)
W20180422-20:56:36.108(8)? (STDERR)     at fileEvaluate (packages/modules-runtime.js:343:9)
W20180422-20:56:36.108(8)? (STDERR)     at require (packages/modules-runtime.js:238:16)
W20180422-20:56:36.108(8)? (STDERR)     at BlazeToReact.jsx (packages/thereactivestack:blazetoreact/lib/BlazeToReact.jsx:8:18)
W20180422-20:56:36.108(8)? (STDERR)     at fileEvaluate (packages/modules-runtime.js:343:9)
W20180422-20:56:36.108(8)? (STDERR)     at require (packages/modules-runtime.js:238:16)
W20180422-20:56:36.108(8)? (STDERR)     at /home/jhtong/repos/create4work/app/.meteor/local/build/programs/server/packages/thereactivestack_blazetoreact.js:164:15
W20180422-20:56:36.108(8)? (STDERR)     at /home/jhtong/repos/create4work/app/.meteor/local/build/programs/server/packages/thereactivestack_blazetoreact.js:171:3
W20180422-20:56:36.109(8)? (STDERR)     at /home/jhtong/repos/create4work/app/.meteor/local/build/programs/server/boot.js:411:36
W20180422-20:56:36.109(8)? (STDERR)     at Array.forEach (<anonymous>)
W20180422-20:56:36.109(8)? (STDERR)     at /home/jhtong/repos/create4work/app/.meteor/local/build/programs/server/boot.js:220:19
W20180422-20:56:36.109(8)? (STDERR)     at /home/jhtong/repos/create4work/app/.meteor/local/build/programs/server/boot.js:471:5
W20180422-20:56:36.109(8)? (STDERR)     at Function.run (/home/jhtong/repos/create4work/app/.meteor/local/build/programs/server/profile.js:510:12)
W20180422-20:56:36.109(8)? (STDERR)     at /home/jhtong/repos/create4work/app/.meteor/local/build/programs/server/boot.js:470:11
=> Exited with code: 1

userName is not defined

I'm getting exception while invoking method 'login' ReferenceError: userName is not defined when logging in with twitter. Has anyone run into this or have any thoughts on how to fix it? Seems like userName should be set by twitter in the callback so not sure where to dig in into local code.

Working locally, but not on Atmosphere

Looks like React-Komposer isn't happy about the load order?

W20160819-16:12:31.338(-7)? (STDERR) Error: Cannot find module 'react'
W20160819-16:12:31.338(-7)? (STDERR)     at Function.Module._resolveFilename (module.js:325:15)
W20160819-16:12:31.339(-7)? (STDERR)     at Function.Module._load (module.js:276:25)
W20160819-16:12:31.339(-7)? (STDERR)     at Module.require (module.js:353:17)
W20160819-16:12:31.339(-7)? (STDERR)     at require (internal/module.js:12:17)
W20160819-16:12:31.339(-7)? (STDERR)     at Object.<anonymous> (/Users/jamielob/.meteor/packages/okgrow_accounts-ui-react/.0.6.3.1bce9rn++os+web.browser+web.cordova/npm/node_modules/react-komposer/dist/compose.js:33:14)
W20160819-16:12:31.339(-7)? (STDERR)     at Module._compile (module.js:409:26)
W20160819-16:12:31.339(-7)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
W20160819-16:12:31.339(-7)? (STDERR)     at Module.load (module.js:343:32)
W20160819-16:12:31.340(-7)? (STDERR)     at Module.Mp.load (/Users/jamielob/.meteor/packages/babel-compiler/.6.9.1.qlsf2k++os+web.browser+web.cordova/npm/node_modules/reify/node/runtime.js:16:23)
W20160819-16:12:31.340(-7)? (STDERR)     at Function.Module._load (module.js:300:12)

Errors due to React package deprecation

This package still seems to use two deprecated React functions. Can it be upgraded?

The errors I'm getting are:

  1. Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs
  2. Warning: Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class v15.* is available on npm as a temporary, drop-in replacement. For more info see https://fb.me/react-create-class

blazetoreact produces warnings

These are the two warnings I get, I think they come from this package since it's no longer maintained. At least the first warning.

  • Warning: DummyElement: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.
  • Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

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.