Coder Social home page Coder Social logo

autoRehydrate crashes app about redux-persist HOT 3 CLOSED

rt2zz avatar rt2zz commented on May 14, 2024
autoRehydrate crashes app

from redux-persist.

Comments (3)

danielbuechele avatar danielbuechele commented on May 14, 2024

I found my mistake. I had an invalid object in my store. I stored a required image in the store which crashed the rehydration. Sorry! Great project!

from redux-persist.

rt2zz avatar rt2zz commented on May 14, 2024

Good to hear. If there is a crash from having bad state though I think we would want to try and detect that and bail without throwing an exception. I will try to recreate.

from redux-persist.

danielbuechele avatar danielbuechele commented on May 14, 2024

My faulty reducer looked like this, what caused the crash (using react-native):

const initialState = {
    a: require('../image.png')
};
export default function reducer(state = initialState, action = {}) { ...

from redux-persist.

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.