-
Notifications
You must be signed in to change notification settings - Fork 947
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
[Build] build:types and uiFramework run successfully #734
Conversation
Allowing for the following builds to complete successfully: * `yarn build:types` * `yarn uiFramework:build` * `yarn uiFramework:start` Not positive about the expected results when running uiFramework:start but it seems to be on par with the legacy 7.10.2 version. Issue resolved: opensearch-project#680 Signed-off-by: Kawika Avilla <[email protected]>
✅ DCO Check Passed f906f18 |
Hey Rocky, why you mentioned here |
So when I run the command I get nothing but a white screen, but I checked out the legacy application and did the same and I get the same behavior. From my understanding uiFramework is for pre-EUI, so it just hosts components and not to so much. But I could be incorrect since I am not able to find much information about it. |
Allowing for the following builds to complete successfully: * `yarn build:types` * `yarn uiFramework:build` * `yarn uiFramework:start` Not positive about the expected results when running uiFramework:start but it seems to be on par with the legacy 7.10.2 version. Issue resolved: opensearch-project#680 Backport PR: opensearch-project#734 Signed-off-by: Kawika Avilla <[email protected]>
Allowing for the following builds to complete successfully: * `yarn build:types` * `yarn uiFramework:build` * `yarn uiFramework:start` Not positive about the expected results when running uiFramework:start but it seems to be on par with the legacy 7.10.2 version. Issue resolved: #680 Backport PR: #734 Signed-off-by: Kawika Avilla <[email protected]>
Description
Allowing for the following builds to complete successfully:
yarn build:types
yarn uiFramework:build
yarn uiFramework:start
Not positive about the expected results when running uiFramework:start
but it seems to be on par with the legacy 7.10.2 version.
Issues Resolved
#680
Check List