Code Monkey home page Code Monkey logo

Comments (13)

sergeysova avatar sergeysova commented on June 9, 2024

@naomiHauret thanks

from redux-symbiote.

sergeysova avatar sergeysova commented on June 9, 2024

I don't have react-native project, but you can help us with debug that file:

https://github.com/sergeysova/redux-symbiote/blob/master/src/nanoid.js

from redux-symbiote.

weyheyhey avatar weyheyhey commented on June 9, 2024

https://github.com/sergeysova/redux-symbiote/blob/master/src/nanoid.js works fine.

The problem is that in NPM not loaded version 3.2 (which contains this fix)

from redux-symbiote.

sergeysova avatar sergeysova commented on June 9, 2024

https://yarnpkg.com/en/package/redux-symbiote
https://npmjs.com/package/redux-symbiote

Version is released

from redux-symbiote.

sergeysova avatar sergeysova commented on June 9, 2024

@weyheyhey Please, check is the problem solved

from redux-symbiote.

weyheyhey avatar weyheyhey commented on June 9, 2024

@sergeysova Problem solved. Thank you)

from redux-symbiote.

yyynnn avatar yyynnn commented on June 9, 2024

@sergeysova Still it also breaks in ie10 💩

Which is supported or not?
Browserlist could be added to indicate that.

from redux-symbiote.

sergeysova avatar sergeysova commented on June 9, 2024

@yyynnn redux-symbiote is not tested in ie10.
What error you have? Maybe create a new issue?

from redux-symbiote.

issuehunt-oss avatar issuehunt-oss commented on June 9, 2024

@sergeysova has funded $5.00 to this issue.


from redux-symbiote.

kldkv avatar kldkv commented on June 9, 2024

I checked with browserstack. IE10, IE9 works. As an option, temporarily use the third argument in createSymbiote.

import { createStore } from 'redux'
import { createSymbiote } from "redux-symbiote";

const initialState = 0;

const symbiotes = {
  INCREMENT: state => state + 1,
  DECREMENT: state => state - 1
};

const { actions, reducer } = createSymbiote(
  initialState,
  symbiotes,
  "accounts/loading"
);

const store = createStore(reducer);

console.log(`Should be 0: ${store.getState()}`)
store.dispatch(actions.INCREMENT())
store.dispatch(actions.INCREMENT())
store.dispatch(actions.INCREMENT())
store.dispatch(actions.DECREMENT())
console.log(`Should be 2: ${store.getState()}`)

console.log(store, actions)

Скриншот 2019-10-30 01 45 18
Скриншот 2019-10-30 01 46 48

from redux-symbiote.

sergeysova avatar sergeysova commented on June 9, 2024

@kldkv Thank you!

from redux-symbiote.

issuehunt-oss avatar issuehunt-oss commented on June 9, 2024

@sergeysova has rewarded $4.50 to @kldkv. See it on IssueHunt

  • 💰 Total deposit: $5.00
  • 🎉 Repository reward(0%): $0.00
  • 🔧 Service fee(10%): $0.50

from redux-symbiote.

sergeysova avatar sergeysova commented on June 9, 2024

@kldkv @naomiHauret

https://github.com/sergeysova/redux-symbiote/releases/tag/v3.4.0

Released

from redux-symbiote.

Related Issues (13)

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.