Skip to content

Commit

Permalink
jsxObserver typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcselle committed Jan 9, 2025
1 parent 91b164a commit a2f54c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils.jsx/src/JsxObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ export class JsxObserver extends LifeCycle {

createInitialAdditions (possibleIterable) {
const status = 'added'
if (typeof possibleIteratable === 'object' &&
posibleIterable !== null &&
if (typeof possibleIterable === 'object' &&
possibleIterable !== null &&
Symbol.iterator in possibleIterable) {
possibleIterable = [...possibleIterable]
}
Expand Down

0 comments on commit a2f54c3

Please sign in to comment.