Closed1

mantine v5 -> v6

kawaharakawahara

破壊的変更があるのでバージョンアップには注意

v5

import { showNotification } from "@mantine/notifications"
showNotification()

v6

import { notifications } from "@mantine/notifications"
notifications.show()
このスクラップは2023/05/08にクローズされました