P5 component prop project
just gets overwritten on instance init
#124
Labels
bug
Something isn't working
project
just gets overwritten on instance init
#124
Describe the bug
Passing in a p5 instance to the
project
prop does nothing and just gets overwritten when the p5 sketch initializes:It should be made private to the
P5.svelte
component and an experiment on feature/linked-instances may lead to a future PR introducing the ability to create multiple viewports of the same sketch via passing around a p5 project, presuming that is supported in p5's instance mode.The text was updated successfully, but these errors were encountered: