Jump to content

Search the Community

Showing results for tags 'typescript 3.0'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Please pardon me announcing this issue with the latest Major of TypeScript: Error:(6474, 5) TS2717: Subsequent property declarations must have the same type. Property 'leftBounds' must be of type 'number[] | Float32Array', but here has type 'number[]'. Error:(6475, 5) TS2717: Subsequent property declarations must have the same type. Property 'rightBounds' must be of type 'number[] | Float32Array', but here has type 'number[]'. This issue can be fixed by extendig the Type Definition for the class VRLayer in the following way: interface VRLayer { leftBounds?: number[] | Float32Array | null; rightBounds?: number[] | Float32Array | null; source?: HTMLCanvasElement | null; } Keep up your great work and don't fight the feeling! ❤️ ❤️ Sincerely yours Christopher
×
×
  • Create New...