Relaxe111

Results 25 comments of Relaxe111
trafficstars

@JD-Wang did you found any solution for you're issue?

i have found a kind of work around but biggest drawback is that one need to add 4 line of code in qiankun lib and 2 in this plugin

I found out what is the problem. loadApp function from qiankun set global (window) object sandboxed. and all life cycles methods including those from vite are set to that global...

I think it will be an really nice feature.Hasura have directives like `@include(if: true)` and for jsonb fileds like `properties(path:"some.path")` like: ``` query{ anonymous_queries{ properties(path:"some.path") @include(if:true) } } ``` With...

hi thank you for answer. by `How one will do a fetch in valtio-factory?` i mean how i do promise based requests. in mst I can use flow(function* (){..}) how...