Giter Club home page Giter Club logo

Comments (7)

CodeNameGrant avatar CodeNameGrant commented on August 22, 2024 1

@evandromateus , I found this too.
Its cause because the type-check (===) is comparing a string (author.id) with an object (book.author).
I fixed it by surrounding the params with string encapsulation (?) forcing each param to be a string.

from mybrary.

H-Kanwar avatar H-Kanwar commented on August 22, 2024 1

still getting the same problem after trying out all ways

Would you share part of your code for the context?

got the mistake .... thanks :)

from mybrary.

evandromateus avatar evandromateus commented on August 22, 2024

Nice!

from mybrary.

athifbinu avatar athifbinu commented on August 22, 2024

yes Its correct

from mybrary.

sjchae416 avatar sjchae416 commented on August 22, 2024

Hi, I also had the same problem and I've tried a different way.

Here is my solution:

if (author.id === book.author?.toString())

I used Optional Chaining between the book.author and .toString() function.
This will display the correct corresponding author and won't cause error routing to '/books/new'

If you use .toString() instead of Optional Chaining, it will cause error routing to '/books/new', so be aware!

I hope it helped :)

from mybrary.

H-Kanwar avatar H-Kanwar commented on August 22, 2024

still getting the same problem after trying out all ways

from mybrary.

sjchae416 avatar sjchae416 commented on August 22, 2024

still getting the same problem after trying out all ways

Would you share part of your code for the context?

from mybrary.

Related Issues (5)

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.