Brian Zinn

Results 182 comments of Brian Zinn

@ajainvivek I followed the steps above and it worked for me. I'll add a couple more steps in case that helps. I needed to install history 3.2.1, since it was...

There's been a breaking change upstream. I am investigating - thank you for reporting.

i think just need to update typescript and ts-node. i've been getting errors on many different projects lately. thanks for reporting - I need to update this project React version...

you're right - it should be `0.26.7`. I'll try to get a fix out this weekend - should be a warning you can ignore as it's a peer dep.

Good question @saidmoya12 -- It's a known "bug" with React context crossing renderer boundaries. Are you able to make a bridge like this? https://github.com/brianzinn/react-babylonjs/blob/master/packages/storybook/stories/babylonjs/Basic/contextBridge.stories.js#L28 You should only need to do...

Thanks for adding to the conversation @cjjkoko, but it looks like it does not capture the context before the renderer switches! Closing from inactivity - please re-open if you have...

Thanks @DenysAshikhin - That is a good question and I think I understand from the linked video how you want the Html component to behave. Are you able to share...

Yes - usually for issues to use code sandbox - ie: https://codesandbox.io/embed/magical-elgamal-hg02q0?codemirror=1 otherwise to fork this repo and use the storybook or website, but that is usually for library changes/fixes.

You can pass-through styles as well on the Engine - they should be attached to the canvas. I think it is: ``` ... ```

something is not working with the `style` on `` - I can look at that separately. Definitely seeing the inspector mess things up though, so looks related.