Live and Study in Vancouver

We're here to help!
Chat with our live agents, or leave your contact information and we'll get back to you.
- Find Housing in Vancouver
LaSalle College Vancouver has partnered with GEC to offer students premium access to GEC residences near campus, which are Vancouver's largest off-campus student housing.
Looking for other options? Start exploring housing options ahead of time so you can make an informed decision and make the most of your time in Vancouver.
Unknown Component
Received request from Uniform to render a component with the public ID: containerSectionWithBackground
.
<UniformComposition />
does not have containerSectionWithBackground
mapped to a React component yet.
- Create a React component and register it with Uniform, for example
import { ComponentProps, UniformSlot, } from '@uniformdev/canvas-next-rsc/component'; type ContainerSectionWithBackgroundParameters = { theme: unknown title: string headingLevel: unknown }; type ContainerSectionWithBackgroundSlots = 'contentSlot'; type ContainerSectionWithBackgroundProps = ComponentProps<ContainerSectionWithBackgroundParameters, ContainerSectionWithBackgroundSlots>; export const ContainerSectionWithBackgroundComponent = (props: ContainerSectionWithBackgroundProps) => { return ( <div> <div> <UniformSlot data={props.component} context={props.context} slot={props.slots.contentSlot} /> </div> </div> ); }; Add this component mapping to your resolveComponent function on UniformComposition.
- Import the component into the file where
<UniformComposition />
is defined, for exampleimport "../../components/ContainerSectionWithBackground.tsx"
Need more help? Check out the documentation.
Faculties and Schools
- Art, Design and Communication
- Business and Management
- Fashion
- Gaming and Animation
- Hospitality and Culinary
- Social Sciences
Want to learn more?
We're here to help!
Chat with our live agents, or leave your contact information and we'll get back to you.