-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: childComponentInstance.init is not a function #21
Comments
Also running into the same issue, haven't had a chance to investigate, has anybody else taken a look? |
also I am getting same error |
Same issue here. |
Did you get anywhere with this? I have the same issue still in 2022! |
@Geoff-Ford What solved this issue for me was using the name of the latest version of the component: If |
Hi, I'm trying to add a database (dynamodb) into my serverless file, however I get this error:
Do you have any ideas on how I can add a dynamodb table via serverless?
I've used
@serverless/aws-dynamodb
and that works fine, however I wanted to use the latest serverless component.Here are some details regarding my serverless versions:
serverless --version
Serverless file:
Many thanks :)
The text was updated successfully, but these errors were encountered: