• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
steffinchen Avatar
Name:Stefanie Wehrle
Clan:Findmypast
Member Since:Feb 2018
Last Seen:Oct 2023
Profiles:
Following:25
Followers:25
Allies:25
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (32)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Anton_Soloview
    • commented on "Santa wish list form in ReactJS" kata
    • 2 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • christiansum
    • created an issue for "Santa wish list form in ReactJS" kata
    • 2 years ago

    event.target don't provide properties as name, id, type. Just the property "value"

  • Custom User Avatar
    • khanhtranngoccva
    • created a suggestion for "Santa wish list form in ReactJS" kata
    • 3 years ago

    Kata should update to allow new syntaxes and commands including useState and useRef. (currently they cannot be used)

  • Custom User Avatar
    • 0xj4r
    • commented on "Santa wish list form in ReactJS" kata
    • 3 years ago

    why such old version of react? useState is not defined in React.

  • Custom User Avatar
    • juicylevel
    • commented on "Santa wish list form in ReactJS" kata
    • 4 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • Voile
    • created an issue for "Mount Events in ReactJS" kata
    • 4 years ago

    Different functions are mocked in the sample and actual tests, in sample tests global.setInterval is mocked while in the actual tests setInterval is mocked. They're different.

  • Custom User Avatar
    • Voile
    • created an issue for "Mount Events in ReactJS" kata
    • 4 years ago

    The entirety of this custom fetch function is illegal: it doesn't obey the standards of window.fetch, which should return a response object that requires .json() to read.

    And why reading .json file returns text as a string?

  • Custom User Avatar
    • yagodim
    • commented on "Santa wish list form in ReactJS" kata
    • 4 years ago

    Wasn't it said that the id should be set to 'priority'?

  • Custom User Avatar
    • Levendor
    • created an issue for "Santa wish list form in ReactJS" kata
    • 4 years ago

    There is 'select' id instead of 'priority' in the last test.

    It is lead to "event.target.id === 'select' ? 'priority' : event.target.id" construction.

  • Custom User Avatar
    • slurpgoose
    • created an issue for "Santa wish list form in ReactJS" kata
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • jekaby
    • created an issue for "Santa wish list form in ReactJS" kata
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • RinatRezyapov
    • commented on "Santa wish list form in ReactJS" kata
    • 5 years ago

    It's an issue. You forgot to add name:'name' here: .simulate("change", { target: { value: "Peter" } });

    It should be: .simulate("change", { name:'name', target: { value: "Peter" } });

  • Custom User Avatar
    • VKen
    • created an issue for "Mount Events in ReactJS" kata
    • 6 years ago

    The test description is wrong:

    creates a timer and stores a reference to it as a class property `this.timeId`
    

    the actual testcase tested the class property this.timerId. Notice timer vs time.

    Got me stuck for a long time...

  • Custom User Avatar
    • MatokUK
    • commented on "Santa wish list form in ReactJS" kata
    • 6 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • Voile
    • created an issue for "Santa wish list form in ReactJS" kata
    • 7 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...