Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. alihaberfield
    3. Best
    A
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by alihaberfield

    • RE: Warning of 'key' for Tabbar

      The answer from here worked for me to solve this exact warning: https://github.com/OnsenUI/react-onsenui/issues/107

      You need to add the key property to both content and tab, like this:

      {
         content: <MyTab title="Settings" key={2} />,
         tab: <Ons.Tab label="Settings" key={2} />
      }
      

      This solved the warning for me.

      posted in Onsen UI
      A
      alihaberfield