Stefen Suhat

Results 14 issues of Stefen Suhat

I'm using ocLazyLoad and initialize it at ui-router resolve: ``` $stateProvider .state('user', { url: '/user', resolve: { loader: ['$ocLazyLoad', function ($ocLazyLoad) { return $ocLazyLoad.load('app/user/user.app.js'); }] } }) .state('admin', { url:...

``` Save ``` The tooltip won't show if button is disabled.

warning "[email protected]" has incorrect peer dependency "react@^0.14.0 || ^15.0.0". warning "[email protected]" has incorrect peer dependency "prop-types@*". Thanks

is there anyway to get different width and height? I don't want to use cropit-preview width and height for the cropped image. I want my image crop to 1900x1080, but...

Hi, I always get those error when setup the middleware. here is my code: ``` $middlewareProvider.map({ 'check-token': ['Auth', (Auth) => { const request = this; Auth.get({ url: 'check-token' }, response...

help wanted

Here is the code import React from 'react'; import PropTypes from 'prop-types'; import { Link, Redirect } from 'react-router-dom'; import { Field, reduxForm } from 'redux-form'; import { connect }...

bug
help wanted
Version 6

I keep getting this error ``` 🚧 👷 key '0' not found in localizedStrings for language id 🚧 index.5a32104….js:151236 🚧 👷 key '1' not found in localizedStrings for language id...

React Native v44. latest react-native-hr ```

## Version ^2.1.2 react-router version: "react-router": "^3.0.0", history version: "history": "^4.3.0", ## Steps to reproduce import React from 'react'; import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; import...

## Version Latest Version History: ^2.1.2 React Router: ^3.0.0 ## Steps to reproduce const createStoreWithMiddleware = compose(applyMiddleware(reduxThunk, logger), reduxReactRouter({ routes, createHistory })); const store = createStoreWithMiddleware(createStore)(rootReducer); ReactDOM.render( , document.querySelector('.main') );...