-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
if_block_creators[current_block_type_index] is not a function #1580
Comments
(Things are a bit more confusing in the REPL at the moment than the should be because of this issue. For now, it's best to look at this by downloading the .zip and running it locally.) The issue here seems to be that the two |
Didn't mean to autoclose this until the fix is actually released. |
Fixed in 2.9.2. Thanks! The REPL issue I mentioned has also been fixed. |
I was trying to create component with several if-else statements, that depends on component data variable.
First statement block should add one of nested components, second statement block should add some button tags.
I got an error if_block_creators[current_block_type_index] is not a function
https://svelte.technology/repl?version=2.9.1&gist=6e02554521c9ea732c3b7e8a883ef664
The text was updated successfully, but these errors were encountered: