Hello, I’ve recently cloned the react-threekit dev kit and ran into a couple of issues when trying to start the project. Haven’t changed much other than the name, title, and env variables. I’m hoping someone can point me in the right direction to get up and running with Threekit implementation.
The Issues/questions are as follows:
- I’m receiving a 429 error code (too many requests) when using the Buttons component.
- When using the Form component it’s telling me attributes.map is not a function.
- In the preview.threekit.com settings section, The Configuration Level is set to None. Is this an issue?
- I’m wondering how Global state management works using the threekit dev-kit.
- They have a redux store(state management) in a threekit folder which we are not supposed to touch.
- How best should I handle state management so it doesn’t interfere with the dev-kit environment?
Reading the documentation and watching the Demo Webinar provides me no clues to what may be happening.
Github repo: https://github.com/Robert-D-Campbell/react-threekit
Thanks in advance
-Robert