You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this has be fixed in beta.17, please aleph upgrade, i recommmand you use the windicss is working in Aleph.js with tree-shaking: https://deno.land/x/[email protected]
I see similar(?) issues have been posted several times and ended because the beta was expected to fix it, but it seem not to be fixed.
Versions
aleph.js 0.3.0-beta.12
deno 1.13.2
v8 9.3.345.11
typescript 4.3.5
Steps to reproduce
import React, { ComponentType } from 'react' + import "https://esm.sh/tailwindcss/dist/tailwind.min.css";
this problem occurs regardless of SSR mode.
Repo
https://github.com/you-5805/tweet_decorator/tree/front/signin-navigation/front
I have additional error
Uncaught TypeError: Cannot destructure property '~' as it is undefined.
on this repo, but I don't know what cause this difference with the steps above.The text was updated successfully, but these errors were encountered: