-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working with Angular 9? #155
Comments
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 |
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? |
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.
The text was updated successfully, but these errors were encountered: