With my version of openfl 8.4.1 i am getting error on vector

With my version of openfl 8.4.1, i am getting error on vector declaration.

The error which i am getting is below.
/usr/local/lib/haxe/lib/openfl/8,4,1/src/openfl/Vector.hx:155: characters 15-31 : t : openfl._Vector.IVector<Unknown<0>> -> length : Int -> fixed : Bool -> array : Array<Unknown<0>> -> openfl._Vector.FloatVector should be openfl._Vector.IVector -> openfl._Vector.FloatVector

What version of Haxe are you using? You may need to update to Haxe 3.4.3 or greater

yea i am using 3.4.7

What target platform are you using, and does this occur with any OpenFL project, or is there specific code needed to reproduce the issue? Thanks! :slight_smile:

I am using HTML5 as a target platform. This happening only with particular projet. THere is no specific code to reproduce.