Open ekremkenter opened 1 year ago
The same issue on the stable channel now, edge
package version is 0.0.7.
#### General info
- Dart 3.1.0 (stable) (Tue Aug 15 21:33:36 2023 +0000) on "macos_arm64"
- on macos / Version 13.5 (Build 22G74)
- locale is en-UA
The same issue on the stable channel: Flutter 3.13.0 • channel stable •
What was the last version you guys had this working?
Currently having this issue on stable as well :(
What was the last version you guys had this working?
I have a working project based on Dart 3.0.1
&& edge 0.0.6+1
, maybe you can check from that point.
Hey all this is due to changes in the js interop layer, which I think is so the interop code can compile to wasm.
We recently applied fixes to Zapp which had the same errors. I'll take a look at the fixes there and apply those (on Monday)
Can someone please confirm if this is now working?
@TC3000 Still not working :(
Temporary workaround is to use fvm with previous version.
fvm use 3.7.12 -f
then run edge via fvm dart run edge build supabase_functions --dev
Hi @Ehesp, do you have any updates about this?
Temporary workaround is to use fvm with previous version.
fvm use 3.7.12 -f
then run edge via
fvm dart run edge build supabase_functions --dev
Same error using this
Any workarounds please?
Any workarounds please?
Sample function compiles fine on stable channel but throws error on beta channel. I am assuming this should be fixed before it reaches stable.