Markus Gritsch

Results 16 issues of Markus Gritsch

Hello, I'm playing with your library, and I noticed that the properties created for the interface RESQNode must be wrong. There are no byProps or byState properties. It is possible...

help wanted
good first issue

Hi, ran grunt-browserify with verbose option on multiple projects everytime showing preBundleCB is undefined. We wanted to expose a module name within this operation but unfortunately this is never defined...

The current implementation of NextJs useRouter hook returns the entire context object as a consumer. ``` export function useRouter(): NextRouter { return React.useContext(RouterContext) } ``` Part of the context is...

Is there a way to add the Translate type back. I was testing on 1.0.0-experimental.4 for a while now. The interface gets not exported anymore. Due to the refactoring I...

Hi, I have used this library for a while now, also adopting React 18 using their experimental builds. The latest refactorings in Reacts hydration handling approach (including throwing errors when...

Recoil provides bundles in various formats: CommonJS, ES, UMD, and Native (also ES). Production builds are not synced across the formats provided. Since CommonJs is still very widespread, it would...

build / infra

Are there plans to use the web-based part of the library without react-native or react-native-web in the future? In order to use the library in the web environment at present,...

enhancement

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

template: bug

I am experimenting with the codehike source, especially with the Scrollycoding component and its subcomponents. The component EditorSpring and, more specifically, in the hook useStepSpring, another hook useSpring gets used,...

Just a quick question, is a combination of focus and a comment label possible? I thought when you focus, it would be very nice to activate the corresponding comment label...