https://linen.dev logo
Join DiscordCommunities
Powered by
# react
  • a

    ambitious-knife-25690

    07/31/2019, 3:28 PM
    I don't want to just spam
    BaseProps
    on every component but it's just so tempting 😅
  • u

    user

    07/31/2019, 3:30 PM
    Yeah it's harder to work with "Dynamic" props (even if temporary)
  • a

    ambitious-knife-25690

    07/31/2019, 3:31 PM
    yeah...
  • a

    ambitious-knife-25690

    07/31/2019, 3:31 PM
    I guess this is in anticipation for when we get code completion for jsx code?
  • u

    user

    07/31/2019, 3:33 PM
    Yeah + it already checks the props in the jsx and gives you errors
  • u

    user

    07/31/2019, 3:33 PM
    (haxe-react doesn't do that)
  • a

    ambitious-knife-25690

    07/31/2019, 3:59 PM
    messing with modular and rn atm
  • a

    ambitious-knife-25690

    07/31/2019, 3:59 PM
    Module c:\Users\Jazz\Documents\Projects\Haxe\reactnative\Modular Base\node_modules\haxe-modular\tool\bin\split.js requires node.js version 4.0.0 or higher
  • a

    ambitious-knife-25690

    07/31/2019, 3:59 PM
    i'm not sure I understand this error
  • a

    ambitious-knife-25690

    07/31/2019, 3:59 PM
    my node version is 10
  • a

    ambitious-knife-25690

    07/31/2019, 3:59 PM
    haxelib node is also up to date
  • a

    ambitious-knife-25690

    07/31/2019, 3:59 PM
    so what is
    node.js
  • b

    bitter-family-72722

    07/31/2019, 4:03 PM
    that's a bug with old hxnodejs versions
  • b

    bitter-family-72722

    07/31/2019, 4:04 PM
    version detection for that warning would fail with double digit version numbers
  • a

    ambitious-knife-25690

    07/31/2019, 4:05 PM
    old? i'm using git hxnodejs
  • b

    bitter-family-72722

    07/31/2019, 4:06 PM
    you seem to be using some pre-built haxe-modular js file according to that error
  • b

    bitter-family-72722

    07/31/2019, 4:06 PM
    it must have been compiled with an old hxnodejs version
  • a

    ambitious-knife-25690

    07/31/2019, 4:06 PM
    ah I see
  • a

    ambitious-knife-25690

    07/31/2019, 4:06 PM
    yeah it looks modular is compiled with haxe 3.4.7...
  • b

    bitter-family-72722

    07/31/2019, 4:06 PM
    well, the Haxe version is not really relevant
  • a

    ambitious-knife-25690

    07/31/2019, 4:07 PM
    Is there an easy workaround? I guess I could just manually strip the version check from the npm lib lol
  • b

    bitter-family-72722

    07/31/2019, 4:08 PM
    check if there's a newer haxe-modular release? ¯\_(ツ)_/¯
  • b

    bitter-family-72722

    07/31/2019, 4:08 PM
    else report an issue
  • a

    ambitious-knife-25690

    07/31/2019, 4:08 PM
    oh yes
  • a

    ambitious-knife-25690

    07/31/2019, 4:08 PM
    11 days ago, maybe
  • a

    ambitious-knife-25690

    07/31/2019, 4:12 PM
    there we go, I had ran
    npm install
    before and expected that to update the libs but it didn't heh
  • b

    bitter-family-72722

    07/31/2019, 4:15 PM
    package-lock.json?
  • a

    ambitious-knife-25690

    07/31/2019, 4:15 PM
    yeah
  • a

    ambitious-knife-25690

    07/31/2019, 4:15 PM
    I have no idea why that keeps happening to me
  • a

    ambitious-knife-25690

    07/31/2019, 4:15 PM
    package.jsons are never generating for me these days
1...131415...80Latest