Skip to content

Console expressions not evaluated in freshly loaded environment #1257

@outoftime

Description

@outoftime

If you load up Popcode in a fresh environment and, without making any changes to code, just type a console expression, nothing happens.

This is because we don’t actually render any preview until code is changed. So, there is no preview frame to evaluate the expression.

We should make sure to create an initial compiled project on bootstrap (probably just need to add this to the final case in the applicationBootstrap() saga defined under sagas/projects)

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions