Armando Terrazas G贸mez
Armando Terrazas G贸mez
@Anri-Lombard I have tried what the Apple developer's page says about converting the extension to Safari, but I don't seem to make it work for Mac. I keep getting the...
> > @Anri-Lombard I have tried what the Apple developer's page says about converting the extension to Safari, but I don't seem to make it work for Mac. I keep...
> [ChatGPT for Google.zip](https://github.com/wong2/chat-gpt-google-extension/files/10292433/ChatGPT.for.Google.zip) > > Sure, @Armandotrsg. Does this work for you? I get the error when loading into safari that the `service_worker` script failed to load
> You were correct about the script failing, so that might be the major error: > > > > Some additional info is provided by the inspection tools: I have...
I have found this workaround, hope it helps! ```jsx "use client"; import React from "react"; import { Table, TableHeader, TableColumn, TableBody, TableRow, TableCell, } from "@nextui-org/react"; export default function App()...