Victor Nwanguma
Victor Nwanguma
>The other message indicates your are not using the bundled phpactor phar but rather something on your disk probably configured via phpactor.path setting. Nothing is configured with the `phpactor.path` setting....
Try this! ```json { "bracketSameLine": true, "bracketSpacing": true, "htmlWhitespaceSensitivity": "ignore" } ```
Simple syntax that plays nice with Typescript. ```tsx import { Tabs } from "expo-router"; import { cssInterop } from "nativewind"; import React, { ComponentProps } from "react"; import { ViewStyle...
Version: 2.4.1 I'm also experiencing the same infinite render loop when passing arrays.
I solved it by restarting my system. I guess it must have stopped the old process.