Martin Hochel
Martin Hochel
although not related to this issue, I agree that having option to not render into shadow root and still get projection capabilities via `` would be a killer feature (...
That was quick! Arigatou gozaimasu ! π»
can you release pls?
unfortunately it doesn't work. pls reopen tsconfig.json ```json { "extends": "./tsconfig.base.json", "compilerOptions": { "declaration": true, "declarationDir": "typings" } } ``` Error: ```sh tsfmt --verify Error: [object Object] at makeFormatCodeOptions (/Users/hotell/Devel/github/Hotell/typescript-lib-starter/node_modules/typescript-formatter/lib/provider/tsconfigjson.ts:38:15)...
sure, no worries, thx!
still doesn't work. Although I managed to make it work with slightly different config. ### This doesn't work: tsconfig.base.json ```json { "compilerOptions": { "moduleResolution": "node", "module": "commonjs", "target": "es5", "lib":...
now it's using yarn 1.1.0 but latest builds failed. any idea why? 
[Bug]: Callout positioning incorrect when callout has pivot with pivot items having different height
thanks for the issue description and repro. I was looking at `Callout` docs and based on those one should use `finalHeight` prop if your callout contains dynamic content. But it...
adding @layershifter as we needed to do some API gymnastics to accommodate workspace-tools breaking changes. please see more context in PR description. ty
>  > > I was surprised that project tests did not throw, but they throw π₯ It's there: > > https://github.com/microsoft/fluentui/blob/770c5e1841f4f0c976c2d3295667d95e930f7e3b/scripts/projects-test/packPackages.ts#L1-L4 > > > https://github.com/microsoft/fluentui/blob/770c5e1841f4f0c976c2d3295667d95e930f7e3b/scripts/monorepo/getDependencies.js#L2-L5 got rid of those...