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

Context and local buffer objects get stringified after rendering component #15

Closed
UnexomWid opened this issue May 15, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working fixed The reported problem was fixed

Comments

@UnexomWid
Copy link
Owner

After rendering a component, any objects of type Buffer get turned into their stringified counterparts. This is because the bridge uses stringify to back-up the context and local objects.

Therefore, rendering a Buffer object will result in a string.

@UnexomWid UnexomWid added the bug Something isn't working label May 15, 2020
@UnexomWid UnexomWid self-assigned this May 15, 2020
@UnexomWid UnexomWid added the fixed The reported problem was fixed label May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed The reported problem was fixed
Projects
None yet
Development

No branches or pull requests

1 participant