Skip to content
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

[C5][Publisher][UI] Fails to mount NavBar component in older browsers #4292

Closed
tmkasun opened this issue Jul 12, 2017 · 1 comment
Closed
Assignees
Milestone

Comments

@tmkasun
Copy link
Contributor

tmkasun commented Jul 12, 2017

An error occurred saying entries method not found in FF 46.0.1 when navigating to API details page.
This was caused by missing util method entries in Object class (Which has introduced in ES7)

Used in Here:

Object.entries(NavBar.CONST)

As recommended in MDN either we have to include the polyfill or strict to ES6.

@tmkasun
Copy link
Contributor Author

tmkasun commented Oct 11, 2019

not applicable, hence closing this PR

@tmkasun tmkasun closed this as completed Oct 11, 2019
@rmsamitha rmsamitha modified the milestones: m6, 3.0.0-beta Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants