[Bug] Build throwing out of memory exception after adding Fluent-UI v9 components #24645
Unanswered
ShrutiJaiswal1494
asked this question in
Q&A
Replies: 2 comments
-
I can't imagine this has anything to do with our controls. Have you tried removing our controls and seeing if the error goes away? Is it any control that causes the issue, or just one specific control? If you do isolate the issue, you should probably open up a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also tried using the Button control instead of the tab but same error. After trying different combinations, I think it's the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Our App is currently using Fluent-UI V8 & V9 components (which we recently added to our project) to use some of the new controls (tab) there. After adding the V9 components our build is throwing out of memory exception when running on Azure instances. I have tried setting the
max_old_space_size
in the build command to different values but it didn't work. Any suggestions on how to fix this?Beta Was this translation helpful? Give feedback.
All reactions