Gheric Speiginer

Results 92 comments of Gheric Speiginer

I have a similar problem. I have a bower package that depends on three other bower packages. However, my package has a build step which combines everything into a final...

This is generally an issue whenever the state you want to use depends on another state. E.g., ```tsx const keyState = hookstate('key') const stateMap = new Map() const MyComponent =...

@avkonst I keep running into scenarios where it would be incredibly helpful if it were possible to dynamically change which state is being observed in `useHookstate()`. Wondering if you can...

@avkonst thanks for the details, that was helpful. I believe this PR fixes the issues: https://github.com/avkonst/hookstate/pull/409

@alexziskind1, @atanasovg, @NathanaelA, @vakrilov please take a look at my proposed solution at https://github.com/NativeScript/ios-runtime/issues/850

Here is a terribly hacky (but functional) work-around for now (working with [email protected]), at least until the solution I proposed at NativeScript/ios-runtime#850 is implemented: ```ts import * as page from...

@Socha17 I placed the above code in `app.ts`, using NativeScript Core (not Angular). Anyways, I do it like this now, and it works with Nativescript 6: ```ts import * as...

Looks great @SYBIOTE , let's just fix these conflicts. Also tagging @dinomut1, who might have some opinions about this.

@SYBIOTE please resolve conflicts and fix failing tests