Alexander Knyazev

Results 6 issues of Alexander Knyazev

### What problem does this feature solve? Proposed configuration setting allows to avoid copy-pasting of directory name to file name. I use [SFC components](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) in ``. Every component has separate...

**Describe the bug** When you visit any page, [`onIdTokenChange`](https://github.com/gladly-team/next-firebase-auth/blob/main/src/useFirebaseUser.js#L98) function is called, so the token is changed. I think this is redudant, we don't need to do update token on...

enhancement
help wanted

**https://github.com/react-component/form/blob/master/src/createBaseForm.js#L547** If we have array as a field value - we have an array in fieldErrors variables here, not an object with errors property. But string below expects errors property...

Hi. With last extension updates I see that my XState graph became much bigger. I see string `__@@INLINE_IMPLEMENTATION@@__` near each onDone, onError handler ![image](https://github.com/statelyai/xstate-tools/assets/15632220/2c7110c1-f12d-4686-a4e1-a2bb494fc333) I have such code for async...

To create bundle for some override level you need to set level name in .env file. Example: ```` PLATFORM= desktop ```` After run `npm start` to work with desktop override...