Fix most Github Actions 'annotations' in PRs (#417)
* Fix Github Actions 'annotations' in PRs Fixes #383 * Fix the React Hooks complains, and _app for rust * Revert "Fix the React Hooks complains, and _app for rust" This reverts commit4a2ff925e5
. * Add back prettier fix and rust _app * Fmt * More annotation fixes * More non-hooks fixes * Rollback with eslint rule * Add APPLE_TEAM_ID secret * Revert "Add APPLE_TEAM_ID secret" This reverts commit346aaff5f4
. * More fixes
This commit is contained in:
@ -2,8 +2,6 @@ import { useEffect } from 'react'
|
||||
import { useStore } from 'useStore'
|
||||
import { engineCommandManager } from '../lang/std/engineConnection'
|
||||
import { useModelingContext } from './useModelingContext'
|
||||
import { v4 as uuidv4 } from 'uuid'
|
||||
import { SourceRange } from 'lang/wasm'
|
||||
import { getEventForSelectWithPoint } from 'lib/selections'
|
||||
|
||||
export function useEngineConnectionSubscriptions() {
|
||||
@ -13,11 +11,6 @@ export function useEngineConnectionSubscriptions() {
|
||||
}))
|
||||
const { send, context } = useModelingContext()
|
||||
|
||||
interface RangeAndId {
|
||||
id: string
|
||||
range: SourceRange
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
if (!engineCommandManager) return
|
||||
|
||||
|
Reference in New Issue
Block a user