Navigation

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

    alihaberfield

    @alihaberfield

    1
    Reputation
    1
    Posts
    888
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    alihaberfield Follow

    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