jukkaleh-atoz

Results 4 comments of jukkaleh-atoz

> Related: #40371 It is not. On 12.3.1 build still fails: `Property 'dehydratedState' does not exist on type '{}'.` AppProps has type definition of: `export declare type AppProps = AppPropsType;`

3.16.14 works fine with typescript 4.8.4 ``` import Holidays from "date-holidays"; const hd = new Holidays("FI"); hd.setHoliday("04-30", { name: { en: "Labour Day's Eve", fi: "Vappuaatto" }, type: "observance", });...

Happened to stumble on this while testing migration to vitest. This was a dealbreaker so stayed with jest > Usually "Uncaught SyntaxError: Cannot use import statement outside a module" means...

@Naddiseo transpiler worked when package.json type was not set to module. I was using vitest to with babel preset so that might have something to with it `you can change...