aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

Inline style missed

Open vincenzopalazzo opened this issue 4 years ago • 1 comments
trafficstars

With the new version of aleph.js I receive the following error, any idea?

➜  ln-sanitycheck git:(main) aleph dev
Check https://deno.land/x/[email protected]/cli.ts
Check https://deno.land/x/[email protected]/cli/dev.ts
INFO Config loaded from aleph.config.ts
Check https://deno.land/x/[email protected]/framework/react/init.ts
INFO Download https://deno.land/x/[email protected]/framework/react/bootstrap.ts
INFO Download https://deno.land/x/[email protected]/framework/core/hmr.ts
ERROR Load module '#inline-style-3yGu5s32KOZcWZ6aYAq1cIVW1Q': No such file
error: Uncaught (in promise) Error: No such file
        return Promise.reject(new Error(`No such file`))
                              ^
    at Application.fetch (https://deno.land/x/[email protected]/server/app.ts:816:31)
    at async Application.loadModule (https://deno.land/x/[email protected]/server/app.ts:886:22)
    at async Application.initModule (https://deno.land/x/[email protected]/server/app.ts:1021:51)
    at async https://deno.land/x/[email protected]/server/app.ts:1169:27
    at async Promise.all (index 3)
    at async Application.transpileModule (https://deno.land/x/[email protected]/server/app.ts:1167:7)
    at async Application.compile (https://deno.land/x/[email protected]/server/app.ts:918:5)
    at async Promise.all (index 3)
    at async Application.init (https://deno.land/x/[email protected]/server/app.ts:256:5)
    at async serve (https://deno.land/x/[email protected]/server/stdserver.ts:29:3)

aleph.js 0.3.0-alpha.33 deno 1.13.1 v8 9.3.345.11 typescript 4.3.5

vincenzopalazzo avatar Aug 19 '21 08:08 vincenzopalazzo

can not repeat this in beta.2

ije avatar Aug 24 '21 04:08 ije