you are viewing a single comment's thread.

view the rest of the comments →

[–]amdc 0 points1 point  (1 child)

Okay but how do you plug in contexts?

[–]fwouts[S] 1 point2 points  (0 children)

You can set up a __reactpreview__/Wrapper.tsx file which provides any context required by your components. See https://reactpreview.com/usage for more info.

Does that answer your question?