Georgios Valotasios
Georgios Valotasios
Hi @simon998yang, [yes](https://github.com/valotas/preact-context/blob/master/src/_tests/context.Spec.tsx#L336) the api is the same.
Looks good. Can you also make the logger a global?
Hi @Download, excuse me for the late reply. I would export an `options = { warn: console.warn }` object. This is the preact way, so I believe it is good...
Thanks for the PR. I'll try to merge it as soon as possible
#81 is addressing this issue
Once I'll find some time, I am about to do it :)
Hi @Rodsevich. This feature does not work as it has not been implemented yet. As you can see the issue is still open
It looks like this has to wait until [build_runner can cope with configurable imports](https://github.com/dart-lang/build/issues/1790).
In such a case the whole rendering will pause until the future is resolved. Is that ok? If so, I'll try to fix it the coming days.
I was wrong here. Given the fact that there is not strait forward way of getting a result of a `Future` synchronously, I have to change the whole api so...