Martin Hochel
Martin Hochel
**I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] feature request ``` **Current behavior** Issue is that you are registering `TransitionEnd` / `AnimationEnd` in browsers...
**NOTE:** all changes have been created by running `yarn nx workspace-generate migrate-converged-pkg --all` ## Current Behavior - some v9 packages setup is out of date/doesn't work as expected - `storybook`...
### Describe the issue: #### Actual behavior: - we have no imports auto ordering in place - comments like this occur on PR's which should be mitigated by tooling: -...
## Current Behavior - scripts/ is not type-checked on local nor on CI - when run `tsc` there are 38 errors - DX is broken for testing ## New Behavior...
While [migrating all packages to use `start-storybook`](https://github.com/microsoft/fluentui/pull/24302) I ran into various issues how things are setup. this issues is aggregate of tracking those ## 1. compat packages `tsconfig.lib.json` - compat...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added To be able to use our custom storybook addon in dev loop we need...
## Feature request ### Use case(s) https://2ality.com/2019/10/hybrid-npm-packages.html
## Feature request ### Use case(s) It's 2019 already huh! cloning repos manually is kinda "old school/cumbersome". We should support modern project bootstraping experience, like `yarn create` or `npx create-typescript-lib`....
## Feature request ### Use case(s) support monorepo setup on init. https://github.com/Hotell/ts-setup already uses this starter with various tweaks. It would be nice to incorporate those, so use would get...
## Feature request ### Use case(s) we are not updating tslint.json in existing project. Currently migrate script just echoes that nothing was updated, because it does no-op. This should be...