You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to input a large JSON file into my worker, process the data, and expose an array of react JSX elements, but I cannot find a way to do this.
The text was updated successfully, but these errors were encountered:
The message between man thread and worker thread must be serializable or tranferable objects like ArrayBuffer. I don't think it's possible to serialize JSX elements.
I am trying to input a large JSON file into my worker, process the data, and expose an array of react JSX elements, but I cannot find a way to do this.
The text was updated successfully, but these errors were encountered: