Skip to content
Discussion options

You must be logged in to vote

hmm, from your example, i see this code:

    setup() {
        onWillStart(() => {
            console.debug("Word/onWillStart", this.props);
        });

        onWillUpdateProps((props) => {
            console.debug("Word/onWillStart", props);
        })
    }

if you look carefully, it looks like you are logging onWillStart in both case. I tried changing the log, and it look like it behave as I expect (logging onwillupdateprops)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@picolo-mrchs
Comment options

Answer selected by picolo-mrchs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants