"Missing Property" Using two Spline Components in React! #207
Unanswered
hasuwini77
asked this question in
Q&A
Replies: 2 comments
-
I also have this issue! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Facing the same issue. Any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm super happy to use spline for my school project and I'm loving it so far. I just have a question, is it possible to use more than one spline component on the frontend using React? Without getting an error in the console?
Right now I'm getting: "Property Missing"
and that's one of the Spline component I'm using:
`"use client";
import styled from "styled-components";
import Spline from "@splinetool/react-spline";
const SplineContainer = styled.div
width: 400px; height: 400px; margin: 0; padding: 0; display: flex; justify-content: center;
;export default function SplineDonation() {
return (
);
}
`
Just a note that I'm seeing both elements rendering on my frontend on the same page so no problem with that, I'm just annoyed when I see JS dev console errors so I always try to remove them...
Here is a screenshot :
Beta Was this translation helpful? Give feedback.
All reactions