Working with Angular 9?
Does @angular-react/fabric work with Angular 9?
Playing around, and it appears children aren't working with the new version. I get an empty react-content element where I'd expect child elements to display.
I got it working by disabling Ivy. Not good going forward as I would expect that option to be removed in a version or two.
No Ivy is definitely a challenge, as it really slips down the bundles.
No it is not working with Ivy.
Please we need this
also facing this issue
as @fergusg said - disableing ivy with "angularCompilerOptions": {"enableIvy": false } in tsconfig.json seems to work
Then it give up the reason for using angular :/ @eran-pinhas
@gotham64 True, we switched to React because Fluent UI just works better with it.
Will you be working with this issue?
Nowadays, Angular's latest version is V12. Anyone use this library in V12?