-
Bug
-
Resolution: Fixed
-
Minor
-
-
Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 2
When the application loads, there are three "unhandled rejection" errors in console. I believe these stem from i18n bundle loading - I think the content is read once in an already Fetch handler - and then read again. Technically an invalid API usage, we can probably ensure that the first time its read that the string value is returned by the promise, and ensure downstream logic is suitably changed.