Skip to content

Commit 791cab4

Browse files
committed
Update prose.md
1 parent 0e5ddcc commit 791cab4

File tree

1 file changed

+1
-1
lines changed
  • apps/tutorial/public/docs/1-introduction/1-basics

1 file changed

+1
-1
lines changed

apps/tutorial/public/docs/1-introduction/1-basics/prose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ If you're an existing ember/glimmer user and are not yet using `<template>`, the
107107
For more information on "using anything as values", see [these docs](https://guides.emberjs.com/release/in-depth-topics/rendering-values/)
108108

109109

110+
<<<<<<< HEAD
110111
## Why does the tutorial use `cell`?, I'm not using that in my projects.
111112

112113
Not to worry!, `@tracked` is not going away. `cell`s are a fundamental primitive of reactivity as no reactive state can exist without them.
@@ -136,7 +137,6 @@ However, because there are a number of more foundational concepts to cover, this
136137
```
137138
Or try it out on [Stackblitz](https://stackblitz.com/github/nullVoxPopuli/polaris-starter/tree/webpack?file=README.md) (however, Stackblitz may be [broken with Webpack](https://github.com/stackblitz/core/issues/2926) atm)
138139

139-
140140
- For Vite (alpha / unstable)
141141
```bash
142142
git clone git@github.com:NullVoxPopuli/polaris-starter.git

0 commit comments

Comments
 (0)