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

Employee list doesn't load in Firefox #46

Closed
sistemico opened this issue Oct 30, 2018 · 2 comments
Closed

Employee list doesn't load in Firefox #46

sistemico opened this issue Oct 30, 2018 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sistemico
Copy link

No description provided.

@sistemico sistemico added bug Something isn't working backlog and removed backlog labels Oct 30, 2018
@josx
Copy link

josx commented Nov 7, 2018

After some research the problem is on flatMap function on RXJS (getEmployeeById)
mergeMap is an alias for flatMap:

Here a clue to fix it:
ReactiveX/rxjs#3864

@josx
Copy link

josx commented Nov 8, 2018

Forget the above.

The real problem is that in the marshalling func we are using BigInt, which is currently not supported on Firefox.

BigInt is on stage 3 of the proposal flow. (https://github.com/tc39/proposal-bigint)

Here PR
#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants